fabianschu / book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Noir Programming Language

Deploy Status

This repository contains the source of "The Noir Programming Language" book.

You can read the book here: https://noir-lang.github.io/book/

Deploy

The book is deployed using peaceiris's GitHub Pages Action.

Local Serve

Alternatively, the book can also be served and viewed locally.

Requirements

  • Install Rust

  • Install mdBook

    $ cargo install mdbook

Serve

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.

Get In Touch

Join our Discord's #🖤│noir channel for Noir discussions.

About