Coffee Coach
Coffee recipe app made in svelte and sapper
Run yarn dev
to start the dev server
To add new recipe
- Add new route to the
routes
folder.
- Add calculations, notes, and steps to the index.svelte file in that new route.
- Add data for the recipe to
src/components/store.js
- Add title and route slug to the
allRecipes.js
file to add the recipe to the homepage.