https://github.com/koompi/user-manual
https://github.com/koompi/user-manual
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koompi/user-manual
- Owner: koompi
- Created: 2021-04-06T07:37:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T03:44:47.000Z (about 5 years ago)
- Last Synced: 2025-06-30T17:46:00.328Z (about 1 year ago)
- Language: Rust
- Size: 262 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Manual
Project setup
```bash
cargo install trunk
cargo install wasm-bindgen-cli
cargo install cargo-watch
pi -S binaryen
```
Run live reload web client
```bash
trunk serve
```
Run live server
```bash
cargo watch -x "run"
```