No description
- Rust 47.4%
- HTML 45.9%
- JavaScript 5.7%
- CSS 1%
| src | ||
| styles | ||
| templates | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| package.json | ||
| README.md | ||
| tailwind.config.cjs | ||
To generate the stylesheet, run the following command:
pnpm dlx tailwindcss -i styles/tailwind.css -o assets/main.css
To launch the server, run the following command:
cargo run --release