8000 GitHub - gbadev-org/ndsdoc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gbadev-org/ndsdoc

Repository files navigation

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

0