Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonystrawberry/simply.recipes
- Owner: tonystrawberry
- License: 0bsd
- Created: 2022-03-19T06:05:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T06:47:09.000Z (about 2 years ago)
- Last Synced: 2024-12-03T05:30:40.771Z (2 months ago)
- Topics: contentful, gatsby
- Language: JavaScript
- Homepage: https://tonystrawberry-gatsby-recipes.netlify.app/
- Size: 3.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```