An open source platform for connecting software engineers interested in pair programming, based on overlapping skills.
- Fork and clone the repo.
- Then add a .env file to your root directory with the following
- You will need a Github Secret ID and Client ID for Github's OAuth
- You will also need a link to PostgreSQL database
GITHUB_CLIENT_ID = GITHUB_SECRET_ID = PG_URL =
- Then
npm install && npm run dev
to get started - To build for production run
npm run build && npm start
- Clone the repo and make a new branch
- Add a feature, fix a bug, or refactor some code :)
- Make sure to lint your code!
- Write/update tests for the changes you made, if necessary.
- Run unit & integration tests and make sure all tests pass: npm test.
- Open a Pull Request with a comprehensive description of changes to the dev branch
- React
- React Router
- Node
- Express
- OAuth
- PostgreSQL
- ReCharts
- Jest
- React Testing Library
- Puppeteer
- Webpack
Login by connecting securely through Github
Filter through the list of current users, give them a 1 or 0
Edit your profile