No description
Find a file
2025-02-06 21:39:10 +01:00
assets/style readd most of the frontend 2025-01-25 14:30:08 +01:00
src add site list 2025-02-06 21:39:10 +01:00
.env site type routing 2025-02-06 21:11:43 +01:00
.gitignore check in 2025-01-25 13:22:58 +01:00
Cargo.lock testing the components??? 2025-01-26 13:25:24 +01:00
Cargo.toml testing the components??? 2025-01-26 13:25:24 +01:00
Dioxus.toml check in 2025-01-25 13:22:58 +01:00
Makefile.toml site type routing 2025-02-06 21:11:43 +01:00
README.md lol 2025-01-25 19:15:31 +01:00

Development

Your new bare-bones project includes minimal organization with a single main.rs file and a few assets.

Serve app:

dx serve

Run tests:

cargo nextest run --features server