Go to file
hardliner66 541646b135 init 2024-10-03 20:41:43 +02:00
.vscode init 2024-10-03 20:41:43 +02:00
icons init 2024-10-03 20:41:43 +02:00
public init 2024-10-03 20:41:43 +02:00
src init 2024-10-03 20:41:43 +02:00
.gitignore init 2024-10-03 20:41:43 +02:00
Cargo.lock init 2024-10-03 20:41:43 +02:00
Cargo.toml init 2024-10-03 20:41:43 +02:00
Dioxus.toml init 2024-10-03 20:41:43 +02:00
README.md init 2024-10-03 20:41:43 +02:00
input.css init 2024-10-03 20:41:43 +02:00
tailwind.config.js init 2024-10-03 20:41:43 +02:00
test.log init 2024-10-03 20:41:43 +02:00

README.md

Development

  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
  3. Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch

Run the following command in the root of the project to start the Dioxus dev server:

dx serve --hot-reload --platform desktop