An app that guides software engineers on how to start contributing to the open source community on Github.
- Megan Ring
- Vince Cipriani
- Daniel Kim
- Colin Whitmarsh
- Node 5.6
- MySQL 5.5
Below is some basic information on getting started w/ the project. Both the client and server folders contain README documents with more information. In particular, you will likely need to do additional configuration if working on server/backend changes.
npm install
To build the client source:
npm run build
To launch dev server with live reload and live rebuild:
npm run dev
If linting is not working run the command below and make sure you have the eslint plugin for your editor.
npm install -g eslint
View the project roadmap here