342 B
342 B
Development
- Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install the tailwind css cli: https://tailwindcss.com/docs/installation
- Run the following command in the root of the project to start the tailwind CSS compiler:
pnpx tailwindcss -i ./input.css -o ./public/tailwind.css --watch