Skip to content
Open
Show file tree
Hide file tree
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 Desktop/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Development
{% if styling == "Tailwind" %}
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
2. Install the tailwind css cli: https://v3.tailwindcss.com/docs/installation
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@v3 -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 Down
4 changes: 2 additions & 2 deletions Fullstack/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% if styling == "Tailwind" %}
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
2. Install the tailwind css cli: https://v3.tailwindcss.com/docs/installation
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@v3 -i ./input.css -o ./assets/tailwind.css --watch
```
{% endif %}

Expand Down
4 changes: 2 additions & 2 deletions Web/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Development
{% if styling == "Tailwind" %}
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
2. Install the tailwind css cli: https://v3.tailwindcss.com/docs/installation
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@v3 -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 Down