Skip to content

basalt-rs/basalt-rs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basalt Manual

This is the repo which hosts the source for the Basalt Manual.

To build, you must have both mdBook and mdBook-pagetoc installed.

To build, you can run

mdbook build

To build the book into book/

For development, use

mdbook serve [-p <port>]

to build and serve (with hot reload) on a given port.