No description
Find a file
2025-01-26 13:26:44 +01:00
assets/style readd most of the frontend 2025-01-25 14:30:08 +01:00
src woops 2025-01-26 13:26:44 +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
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