cartodb-4.42/lib/assets/javascripts/cdb/www
2024-04-06 05:25:13 +00:00
..
_scss first commit 2024-04-06 05:25:13 +00:00
css first commit 2024-04-06 05:25:13 +00:00
examples first commit 2024-04-06 05:25:13 +00:00
img first commit 2024-04-06 05:25:13 +00:00
js first commit 2024-04-06 05:25:13 +00:00
404.html first commit 2024-04-06 05:25:13 +00:00
index.html first commit 2024-04-06 05:25:13 +00:00
README.md first commit 2024-04-06 05:25:13 +00:00
robots.txt first commit 2024-04-06 05:25:13 +00:00
sitemap.xml first commit 2024-04-06 05:25:13 +00: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!