Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 689 Bytes

File metadata and controls

28 lines (18 loc) · 689 Bytes

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.