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.gitInstall dependencies:
npm installAdd your Sanity project id to the application:
# .env.local
SANITY_PROJECT_ID={{ YOUR PROJECT ID HERE }}Start a local dev environment:
npm run startMake a production build
npm run build