- Generate a github personal access token and copy it
- Create a
.env
file - Add variable
GITHUB_TOKEN
in the.env
file
# .env
GITHUB_TOKEN=XXXXXXXXXX
# Install
yarn
# Launch
yarn start
# Tests
yarn test
.env
fileGITHUB_TOKEN
in the .env
file# .env
GITHUB_TOKEN=XXXXXXXXXX
# Install
yarn
# Launch
yarn start
# Tests
yarn test