mirror of
https://github.com/gbadev-org/tonc.git
synced 2025-11-22 04:40:04 +00:00
GBA Programming Tutorial (Community Edition)
https://gbadev.net/tonc
|
|
||
|---|---|---|
| .github | ||
| content | ||
| maintainer | ||
| mdbook-external-links@3e312a4105 | ||
| mdbook-toc@5c454c0233 | ||
| mdbook-xnos | ||
| preproc | ||
| theme | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| book.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Tonc (Community Edition)
This repository hosts the source of the community-maintained version of Tonc, the GBA programming tutorial originally written by Jasper Vijn (cearn).
Setup
You need Python, Rust and mdBook.
# clone the repo
git clone --recurse-submodules git@github.com:gbadev-org/tonc.git
cd tonc
cargo install mdbook
# run the development server
mdbook serve --open
The book will be live at http://localhost:3000