Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 609 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 609 Bytes

Camelrace

Project by Ewout Merckx, Robin Geldolf & Matt Demyttenaere

Made for Projects 2 course at KaHo Sint-Lievens

###Install

Download and install meteor & meteorite

curl https://install.meteor.com | /bin/sh
npm install -g meteorite
git clone [email protected]:Firewall/kamelenrace.git

Now run mrt to install packages

cd kamelenrace
mrt

The snap.svg package sometimes does not install correctly. To fix this:

mv packages/dist packages/snap-svg/lib/ 

Now we are ready to run

###Run

mrt

Meteor should now be running at http://localhost:3000