leaflr Visit the Beta Site
First make sure that you have Node, NPM, MongoDB, Bower & Grunt installed.
-
Visit Nodejs.org to install node & NPM.
-
Visit MongoDB to install MongoDB.
-
Clone the repo
$ git clone https://github.com/Leaflr/leaflr.git
-
Install Bower (if its not installed globally)
$ npm install bower
-
Install NPM dependancies
$ bower install
-
Install NPM dependancies
$ npm install
-
Install Grunt (if its not installed globally)
$ npm install grunt
That should do it for the install. If you run into problems, try installing bower & grunt globally $ npm install -g <module>
Leaflr is released under the MIT License.