Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 805 Bytes

DEV_ENV.md

File metadata and controls

39 lines (26 loc) · 805 Bytes

⚙️ Developer Setup

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