Skip to content

jonnywyatt/recipes

Repository files navigation

Sliced

A simple recipe library to collect recipes with a variety of plant-based ingredients.

https://sliced-recipes.co.uk

Running locally

First, run the development server:

npm run dev

Open http://localhost:3000.

Tech used

API routes

The src/app/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.