Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 405 Bytes

eva

Open up terminal and perform these cmds.

  1. Install Meteor

    $ curl https://install.meteor.com | /bin/sh

  2. Install Meteorite

    $ npm install -g meteorite

  3. Clone this repo

    $ git clone [email protected]:loneleeandroo/eva.git

  4. Go to repo

    $ cd eva

  5. Start server

    $ mrt

You can now access it at http://localhost:3000 in your browser