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

https://github.com/rangle/gatsby-contentful-starter


https://github.com/rangle/gatsby-contentful-starter

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          



Rangle



Gatsby



Contentful



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!