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
- Host: GitHub
- URL: https://github.com/lowmess/lameass.recipes
- Owner: lowmess
- License: mit
- Created: 2020-10-27T23:02:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T03:54:13.000Z (about 1 year ago)
- Last Synced: 2025-05-12T22:53:31.393Z (about 1 year ago)
- Topics: nextjs, sanity-io, theme-ui, typescript
- Language: TypeScript
- Homepage: https://lameass.recipes
- Size: 3.53 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```