This is my repository housing my personal resume!
I am a experienced full-stack backend software engineer with a strong track record of independently addressing complex business requirements and overcoming challenges to deliver complete and robust solutions.
Install the dependencies:
yarn install
Start the development server after building the stylesheet out of the Tailwind configuration:
yarn build && yarn serve
Only generate CSS that is used on the page which results in a much smaller file size:
yarn build
docs/index.html
is the main content file. By copying HTML: add pages, sections, subsection, and other parts.
Rapidly build modern websites without ever leaving your HTML.
Code from tailwind.config.js
and tailwind.css
transpiles to docs/style.css
.