Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 714 Bytes

INSTALL.md

File metadata and controls

29 lines (19 loc) · 714 Bytes

##To get started

###Cloning

First of all, you need to clone the repository somewhere on your environment. You can clone it directly from Github or by the following command : git clone https://github.com/MetaClub/web-metaclub.git.

###Installation of Meteor.js

You need to install meteor before continue, you can do that on this site: https://www.meteor.com/install

###Requirements

To install all node packages to this project, run the following commands :

cd src/
meteor npm install
meteor

###Server

At this point, you have all the requirements to run the server. To do so, execute the following command :

cd src/
meteor

Note that the upper command can be very slow to run. Be patient.