Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 396 Bytes

AppNet Documentation

This repository contains the source code for appnet.wiki

Quick Start

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