mabel-hex/README.md
2025-01-25 19:15:31 +01:00

14 lines
No EOL
213 B
Markdown

# Development
Your new bare-bones project includes minimal organization with a single `main.rs` file and a few assets.
Serve app:
```bash
dx serve
```
Run tests:
```bash
cargo nextest run --features server
```