Fork Project
Fork the Candle Cookbook repo to your GitHub account.
Create Developer Environment
Configure a Codespace or clone locally
git clone https://github.com/nogibjj/candle-cookbook
Add Upstream Remote
git remote add upstream https://github.com/nogibjj/candle-cookbook.git
git fetch upstream main
Install Cookbook
make install
Build Cookbook
make cookbook
Preview Cookbook at localhost:8000
make serve
# CTRL+C to close server