Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 444 Bytes

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 [email protected]: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