brew install npm visualstudiocode
git clone https://github.com/blemli/tailwind-start && cd tailwind-start
- install tailwind:
npm i
code . && npx tailwindcss -i ./raw.css -o ./style.css --watch
- install recommended extensions
- open index.html CMD+P 'index'
- open live server: CMD+L, CMD+O
- raycast extension
- insert font: CMD+SHIFT+P then type 'google font', then use class="font-['Font_Name']"
- Hide/Show Classes: CTRL+ALT+A