Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 393 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 393 Bytes

Coffee Coach

Coffee recipe app made in svelte and sapper

Run yarn dev to start the dev server

To add new recipe

  1. Add new route to the routes folder.
  2. Add calculations, notes, and steps to the index.svelte file in that new route.
  3. Add data for the recipe to src/components/store.js
  4. Add title and route slug to the allRecipes.js file to add the recipe to the homepage.