A guide for self directed study through the open holochain curriculum
This book is automatically built and deployed to GitHub Pages whenever changes are pushed to the main
branch. The deployed version can be accessed at:
https://codewithjv.github.io/learn-holochain/
The deployment is handled by a GitHub Actions workflow which:
- Installs mdBook
- Builds the book
- Deploys the built files to GitHub Pages
This book is built using mdBook, a command-line tool for creating books with Markdown.
-
Build the book:
./build.sh
-
The built book will be available in the
book
directory. Openbook/index.html
in your browser to view it.
For live editing, you can:
- Install mdBook globally:
cargo install mdbook
- Use the watch server:
mdbook serve --open
This will launch a local server and open the book in your default web browser. Any changes you make to the markdown files will automatically trigger a rebuild.