update readme

This commit is contained in:
hardliner66 2024-10-03 20:45:45 +02:00 committed by Steve Biedermann
parent 9f74bc65ed
commit 24f0f5288e
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# Development # Development
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm 1. Install dioxus cli: `cargo install dioxus-cli --version 0.5.4`
2. Install the tailwind css cli: https://tailwindcss.com/docs/installation 2. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
3. Run the following command in the root of the project to start the tailwind CSS compiler: 3. Install the tailwind css cli: https://tailwindcss.com/docs/installation
4. Run the following command in the root of the project to start the tailwind CSS compiler:
```bash ```bash
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch