https://github.com/rangle/gatsby-contentful-starter
https://github.com/rangle/gatsby-contentful-starter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rangle/gatsby-contentful-starter
- Owner: rangle
- Created: 2021-12-10T15:39:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T20:09:06.000Z (over 4 years ago)
- Last Synced: 2025-01-24T13:32:11.755Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gatsby Contentful Starter
## 🚀 Quick start
1. **Add Environment Variables**
Create a `.env.development` file in the root of the project. Add in your Contentful `spaceId` and `authToken`.
```
CONTENTFUL_SPACE_ID = your-space-id
CONTENTFUL_ACCESS_TOKEN = your-access-token
```
2. **Start developing.**
```shell
npm run develop
```
3. **Open the code and start customizing!**
Your site is now running at http://localhost:8000!