Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 322 Bytes

How to deploy this page

This portfolio requires Tailwind to the styles, I like to "compile" tailwind by just downloading the Standalone CLI [https://tailwindcss.com/blog/standalone-cli](as here) and then running the next command

taildwindcss -i src/input.css -o src/output.css --watch

All without NodeJS