Compware/compareware
2024-12-03 23:07:34 +03:00
..
assets feat: initialize CompareWare project with Dioxus template- Ran dx new compareware to scaffold the project- Set up initial directory structure and dependencies- Prepared project for further development 2024-12-03 23:07:34 +03:00
src feat: initialize CompareWare project with Dioxus template- Ran dx new compareware to scaffold the project- Set up initial directory structure and dependencies- Prepared project for further development 2024-12-03 23:07:34 +03:00
.gitignore feat: initialize CompareWare project with Dioxus template- Ran dx new compareware to scaffold the project- Set up initial directory structure and dependencies- Prepared project for further development 2024-12-03 23:07:34 +03:00
Cargo.toml feat: initialize CompareWare project with Dioxus template- Ran dx new compareware to scaffold the project- Set up initial directory structure and dependencies- Prepared project for further development 2024-12-03 23:07:34 +03:00
Dioxus.toml feat: initialize CompareWare project with Dioxus template- Ran dx new compareware to scaffold the project- Set up initial directory structure and dependencies- Prepared project for further development 2024-12-03 23:07:34 +03:00
input.css feat: initialize CompareWare project with Dioxus template- Ran dx new compareware to scaffold the project- Set up initial directory structure and dependencies- Prepared project for further development 2024-12-03 23:07:34 +03:00
README.md feat: initialize CompareWare project with Dioxus template- Ran dx new compareware to scaffold the project- Set up initial directory structure and dependencies- Prepared project for further development 2024-12-03 23:07:34 +03:00
tailwind.config.js feat: initialize CompareWare project with Dioxus template- Ran dx new compareware to scaffold the project- Set up initial directory structure and dependencies- Prepared project for further development 2024-12-03 23:07:34 +03:00

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