This repository contains the source code for appnet.wiki
- Install mdbook:
# You need to install Rust first
cargo install mdbook
- Work on your documentation while having an http server for it on localhost:3000, rebuilding on change.
mdbook serve
- Build the book and open a browser to view the result:
mdbook build -o