Skip to content

appnet-org/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published