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
- clone
- cd to directory
yarn
ornpm install
You'll need to run the electron hot server in development mode.
In separate windows:
npm run hot-server
- runs a webpack that reloads in real time
npm run start-hot
- opens up a new app window after a second
npm run package