Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
3. Run the following command in the root of the project to start the tailwind CSS compiler:

```bash
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch
npx @tailwindcss/cli -i ./input.css -o ./assets/tailwind.css --watch
```
{% endif %}
Run the following command in the root of the project to start the Dioxus dev server:
Expand All @@ -14,4 +14,4 @@ Run the following command in the root of the project to start the Dioxus dev ser
dx serve --hot-reload
```

- Open the browser to http://localhost:8080
- Open the browser to http://localhost:8080