- Install NodeJS >=16
- Run
npm i
command at the root of the repository - All dependencies should be installed :)
- Dependencies must be installed
- Run
npx tailwindcss -i ./src/assets/style.css -o ./your_folder/path/file.css
to build stylesheet
Run
npx tailwindcss -i ./src/assets/style.css -o ./your_folder/path/file.css --watch
to handle live changes