diff --git a/recipes/recipes.json b/recipes/recipes.json index 9e26dfe..a68bee6 100644 --- a/recipes/recipes.json +++ b/recipes/recipes.json @@ -1 +1,15 @@ -{} \ No newline at end of file +{ + "0": { + "quantity": "2", + "name": "Sourdough", + "ingredients": { + "AP Flour": 500, + "WW Flour": 500, + "Rye Flour": 0, + "Water": 0, + "Salt": 0, + "Yeast": 0, + "Starter": 0 + } + } +} \ No newline at end of file