Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 481 Bytes

🔨 Download dependencies

  1. Install NodeJS >=16
  2. Run npm i command at the root of the repository
  3. All dependencies should be installed :)

⚙️ Build CSS for production

  1. Dependencies must be installed
  2. 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