dioxus/docs/router/README.md

8 lines
206 B
Markdown
Raw Normal View History

# The router book
## How to run the tests
- Navigate your terminal to this directory
- Run `cargo clean`
- Run `cargo build --all --F regex -F serde -F web`
- Run `mdbook test -L ../../target/debug/deps/`