cartodb-4.42/lib/assets/javascripts/cdb/www/README.md
2024-04-06 05:25:13 +00: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!