Coffee recipe app made in svelte and sapper
Run yarn dev to start the dev server
- Add new route to the
routesfolder. - 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.jsfile to add the recipe to the homepage.