Mentoring for JavaScript developers.
MatchJS is an app designed to connect current and aspiring software engineers seeking to improve their skills in a certain area with mentors who have real-world experience and are willing to share their knowledge. By allowing users to post their availability and seek out mentors by skill set, MatchJS is aiming to make the way we learn and teach a more open and communal experience.
$ git clone https://github.com/httparty/matchjs.git
$ cd matchjs
$ npm install
$ npm start
For an in depth guide, please refer to our Getting Started page.
- Server side unit tests:
gulp test
- Client side unit tests:
gulp karma
- Client side end to end tests:
gulp e2e
For an in depth guide, please refer to our Testing page.
Coming soon.
Thank you for taking interest in contributing! Please read our CONTRIBUTING.md and check out our current issues.
Please see the project wiki.