An open API service indexing awesome lists of open source software.

https://github.com/koompi/user-manual


https://github.com/koompi/user-manual

Last synced: 11 days ago
JSON representation

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"
```