mirror of
https://github.com/Nissyaniss/fluorineMoment
synced 2026-05-21 06:34:27 +02:00
No description
- Rust 95.3%
- CSS 3.1%
- JavaScript 0.9%
- Nix 0.7%
| .github/workflows | ||
| assets | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dioxus.toml | ||
| input.css | ||
| README.md | ||
| shell.nix | ||
| tailwind.config.js | ||
| vercel.json | ||
Development
- Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install the tailwind css cli: https://tailwindcss.com/docs/installation
- 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
- Open the browser to http://localhost:8080