The main Gatsby site at gatsbyjs.org
Run locally with
yarn installyarn run develop
To develop on the starter showcase, you'll need to supply a GitHub personal access token.
- Create a personal access token in your GitHub Developer settings.
- In the new token's settings, grant that token the "public_repo" scope.
- Create a file in the root of
wwwcalled.env.development, and add the token to that file like so:
GITHUB_API_TOKEN=YOUR_TOKEN_HERE
The .env.development file is ignored by git. Your token should never be committed.