MentorFix is an open source initiative to find mentors for people around who have certain projects in mind but need people/volunteers to bring those into life.
Be what you wanted your mentors to be for you.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Your machine should have NPM, NodeJS and Meteor installed to use MentorFix locally. A full guide for installing each of these is given below:
# Ubuntu
$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
$ sudo apt-get install -y nodejs
$ curl https://install.meteor.com/ | sh
# Windows
Windows users need to download the installer from Official NodeJS and Meteor site and run it with administrator privileges.
# macOS
brew install node
curl https://install.meteor.com/ | sh
To check NodeJS and NPM has been installed run on terminal or command prompt
node -v
npm -v
$ git clone https://github.com/WrippleFoss/mentorFix
$ meteor npm i
$ meteor run
goto http://localhost:3000
MentorFix uses a number of open source projects to work properly:
Soon will be updated to Node, React, Mongo, Express and Graphql
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
MentorFix has been selected at GirlScript Summer of Code 2019!
This project is licensed under the Apache-2.0 - see the LICENSE.md file for details
Free Software, Hell Yeah!