cartodb/lib/assets/javascripts/cdb/www/README.md

11 lines
457 B
Markdown
Raw Normal View History

2020-06-15 10:58:47 +08:00
## 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!