Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 425 Bytes

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.