cartodb/lib/assets/javascripts/cdb/www/README.md
zhongjin a96ef233c9 cdb
2020-06-15 12:07:54 +08:00

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!