Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 158 Bytes

BUILD.md

File metadata and controls

14 lines (8 loc) · 158 Bytes

Build

Install all dependencies

make init

Build static page

make build
open _book/index.html

Publish github page

make publish