mabel-hex/README.md

14 lines
213 B
Markdown
Raw Normal View History

2025-01-25 13:22:58 +01:00
# Development
Your new bare-bones project includes minimal organization with a single `main.rs` file and a few assets.
2025-01-25 19:15:31 +01:00
Serve app:
2025-01-25 13:22:58 +01:00
```bash
2025-01-25 19:15:31 +01:00
dx serve
2025-01-25 13:22:58 +01:00
```
2025-01-25 19:15:31 +01:00
Run tests:
2025-01-25 13:22:58 +01:00
```bash
2025-01-25 19:15:31 +01:00
cargo nextest run --features server
```