Open up terminal and perform these cmds.
-
Install Meteor
$ curl https://install.meteor.com | /bin/sh
-
Install Meteorite
$ npm install -g meteorite
-
Clone this repo
$ git clone git@github.com:loneleeandroo/eva.git
-
Go to repo
$ cd eva
-
Start server
$ mrt
You can now access it at http://localhost:3000 in your browser