Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 279 Bytes

File metadata and controls

18 lines (12 loc) · 279 Bytes

ndsdoc

Setup

You need Python, Rust and mdBook.

# clone the repo
git clone --recurse-submodules git@github.com:gbadev-org/ndsdoc.git
cd ndsdoc

cargo install mdbook

# run the development server
mdbook serve --open

The book will be live at http://localhost:3000