Live AMA

This is the repo for the project.

Tailwind command to generate the CSS in Production


NODE_ENV=production npx tailwindcss-cli@latest build ./style.css -o ./tailwind.css --watch

Tailwind command to generate the whole CSS file


npx tailwindcss-cli@latest build -o ./tailwind.css

TODO

USE JIT MODE!!!