- Rust
- Optional: cargo-watch
- Can be installed with
cargo install cargo-watch
- Can be installed with
- Optional: Node.js
- Optional: Just
- Can be installed with
cargo install just
- Can be installed with
You should create a new repo with slang-ui
as a dependency, or use one of our templates.
But if you just want to play around a bit, you can check out our examples:
# Run the basic-lint example
cargo run --bin basic-lint
# Or run it with cargo-watch which will recompile on file changes
cargo watch -cx "run --bin basic-lint"