Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 463 Bytes

File metadata and controls

17 lines (14 loc) · 463 Bytes

Project Kreme

All documentation is in the docs/src/ directory. View SUMMARY.md for a table of contents. To view the documentation in its proper format, clone this repository, install mdbook, run ./docs/serve.sh, and navigate to 127.0.0.1:3000/.

cargo install mdbook
git clone https://github.com/weijiekoh/kreme.git &&
cd kreme &&
./docs/serve.sh