457 B
457 B
How to start developing in the CartoDB.js landing page
- Install node.js, from 0.10 version (http://nodejs.org/download/).
- Install grunt,
npm install -g grunt-cli
. - Install dependencies
npm install
. - Choose your desired ruby version and
bundle install
(necessary for compass gem). - Install bower:
npm install -g bower
- Install bower dependencies:
bower install
- Start the server:
grunt serve
. - Happy editing!