it's a recipe site, only the recipes are good and don't come with a whole-ass life story.
Made with
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