This repository contains the source of "The Noir Programming Language" book.
You can read the book here: https://noir-lang.github.io/book/
The book is deployed using peaceiris's GitHub Pages Action.
Alternatively, the book can also be served and viewed locally.
To serve the book, run:
$ mdbook serve --open
A local server will start and hot-builds your local book. The --open
flag will open the book in your default web browser.
To learn more about mdBook, visit mdBook Documentation.
Join our Discord's #🖤│noir
channel for Noir discussions.