Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 702 Bytes

Recipe book

This a recipe book powered by CookLang where all family recipes and experiments are organized.

Getting started

For now to use this recipe book you can use the CookCLI or the online CookLang Playground.

Read the recipe

cook recipe read "German soup with cheese and leeks.cook"

Create shopping list

cook shopping-list \
  "Basic mayonnaise.cook" \
  "Chicken Wings with Coconut Dip.cook" \

Run a server

Run from the recipes directory:

cook server

Then open http://127.0.0.1:9080 in your browser.