Skip to content

A recipe site, but without the ads and 3,000 word essays

License

Notifications You must be signed in to change notification settings

lowmess/lameass.recipes

Repository files navigation

lameass.recipes

it's a recipe site, only the recipes are good and don't come with a whole-ass life story.

Made with

Developing

Clone:

git clone https://github.com/lowmess/lameass.recipes.git

Install dependencies:

npm install

Add your Sanity project id to the application:

# .env.local
SANITY_PROJECT_ID={{ YOUR PROJECT ID HERE }}

Start a local dev environment:

npm run start

Make a production build

npm run build