This project was bootstrapped with Create React App.
After installing all dependencies you need:
- Install all dependencies
npm install
- generate
PERSONAL_ACCESS_TOKEN
using the following instructions - Managing your personal access tokens - add PERSONAL_ACCESS_TOKEN token to
.env.dist
(REACT_APP_PERSONAL_ACCESS_TOKEN) PERSONAL_ACCESS_TOKEN
the value of this variable should be your access token- run command
npm start