Skip to content

azlekov/recipebook

Repository files navigation

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.