planetary.js/site/public
2013-12-21 20:33:35 -08:00
..
css Add Prism syntax highlighting 2013-12-21 19:44:30 -08:00
documentation Add more documentation 2013-12-21 20:33:35 -08:00
js Change topojson plugin to store on planet.plugins.topojson 2013-12-21 20:29:31 -08:00
semantic Initial commit 2013-12-18 20:47:31 -08:00
_header.ejs Initial documentation pages 2013-12-21 19:17:43 -08:00
_layout.ejs Initial documentation pages 2013-12-21 19:17:43 -08:00
_menu.ejs Initial documentation pages 2013-12-21 19:17:43 -08:00
_scripts.ejs Initial documentation pages 2013-12-21 19:17:43 -08:00
index.ejs Initial documentation pages 2013-12-21 19:17:43 -08:00
README.md Initial commit 2013-12-18 20:47:31 -08:00
world-50m.json Initial commit 2013-12-18 20:47:31 -08:00
world-110m.json Initial commit 2013-12-18 20:47:31 -08:00

Planetary.js Site

This is the source for the Planetary.js web site.

Building

  1. Install Node.js
  2. Install the local dependencies with npm install
  3. Run the development server with npm start (stars on port 9000) or compile the site to www with npm run compile