Run locally
Start the development server.
$ make serveOpen in the browser:
Do a build with verbose logging.
$ make build-devRun the build or serve steps without fetching GraphQL API data.
$ DISABLE_GQL=1 make build-devThis will be quicker to run and doesn't require auth set up (an empty .env file is needed at least). The rendered site will just be mostly empty.
Note that the github-metadata plugin will still be used, to fetch user data like profile image. This doesn't require a token but will eventually get API rejects past the rate limiting threshold.