An open API service indexing awesome lists of open source software.

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

A recipe site, but without the ads and 3,000 word essays
https://github.com/lowmess/lameass.recipes

nextjs sanity-io theme-ui typescript

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# lameass.recipes

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

Made with

- [Next.js](https://nextjs.org)
- [Sanity](https://www.sanity.io)
- [Vercel](https://vercel.com)
- [Staat](https://regularbolditalic.com/fonts/staat)
- [Phosphor](https://phosphoricons.com)

## Developing

Clone:

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

Install dependencies:

```sh
npm install
```

Add your Sanity project id to the application:

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

Start a local dev environment:

```sh
npm run start
```

Make a production build

```
npm run build
```