Skip to content

gbadev-org/ndsdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f156ee · Jan 27, 2025

History

12 Commits
Jan 16, 2025
Jan 27, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 20, 2025
Jan 16, 2025
Jan 16, 2025

Repository files navigation

ndsdoc

Setup

You need Python, Rust and mdBook.

# clone the repo
git clone --recurse-submodules [email protected]: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