Go to file
hardliner66 e548f55a15 update readme 2024-10-03 20:45:45 +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 update readme 2024-10-03 20:45:45 +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 dioxus cli: cargo install dioxus-cli --version 0.5.4
  2. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  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:
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