Skip to content

AishwaryaDASH/mentorFix

 
 

Repository files navigation

MentorFix

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites(They will change so, redundant at the moment)

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

Installation

$ git clone https://github.com/WrippleFoss/mentorFix
$ meteor npm i

Run locally

$ meteor run
goto http://localhost:3000

Built With

MentorFix uses a number of open source projects to work properly:

Soon will be updated to Node, React, Mongo, Express and Graphql

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Important Notice

MentorFix has been selected at GirlScript Summer of Code 2019!

License

This project is licensed under the Apache-2.0 - see the LICENSE.md file for details

Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.6%
  • HTML 15.8%
  • CSS 8.6%