All credits to Scott Moss
- Install Docker.
- Created .env file in the root folder with this content.
GITHUB_TOKEN=token_public_only
The token you can generate, following next steps:
- Run mongo:
$ docker run -p 27017:27017 -d mongo
- Run project and face the error :) :
npm run dev
- Node v8+
- Yarn / NPM (latest)
- Mongo (latest) (see below for Docker install)
- Git + Github