A GitHub-enabled remote pair programming application.
This repository only has our front-end, client-facing desktop app. The server repository is on GitHub here. And it is hosted remotely on Heroku at pair-it.herokuapp.com where you can download the current version of our app.
To run the code locally follow the next steps.
James Deehan, Christine Dillon, Terry O'Toole, Mike Peritz
yarn
or npm install
You'll need to run the electron hot server in development mode.
In separate windows:
npm run hot-server
npm run start-hot
npm run package