GitHub Issues Manager
git clone git@github.com:andela/issue-er.git
cd issue-er && yarn # or npm install
cp .env.example .env # ensure all environment variables are set
yarn run dev
This project uses dotenv to load env variables are provided. See the .env.example file.
- GitHub
- Airtable
- Slack
For the Google integration, you will need to a service account. All env variables beginning with GS in the .env.example file are from the json file you getn when you generate a service token in the google developer console.