Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tonystrawberry/simply.recipes

🚀 Recipes browsing web application built with Gatsby & Contentful
https://github.com/tonystrawberry/simply.recipes

contentful gatsby

Last synced: 5 days ago
JSON representation

🚀 Recipes browsing web application built with Gatsby & Contentful

Awesome Lists containing this project

README

        







simply.recipes

## 🖥 Simple recipe website with Gatsby & Contentful

- 🛠 Built with Gatsby
- 📚 Fetch recipes content from the CMS Contentful (https://app.contentful.com/spaces/t02nj6yoj535/home)
- 🚀 Deploys with Netlify automatically on each commit to `main` branch or everytime a content is changed on Contentful

## 👨🏻‍💻 Local development

1. Install the packages via `npm`.
```
npm install
```

2. Run the application in your local environment.
```
npm run develop
```

3. Access the website via localhost.
```
http://localhost:8000/
```