planetary.js/site
2013-12-21 22:47:25 -08:00
..
public Add plugin 'best practices' documentation 2013-12-21 22:47:25 -08:00
.gitignore Initial commit 2013-12-18 20:47:31 -08:00
harp.json Initial commit 2013-12-18 20:47:31 -08:00
package.json Initial commit 2013-12-18 20:47:31 -08:00
README.md Fix typo in site readme 2013-12-21 16:10:20 -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 (starts on port 9000) or compile the site to www with npm run compile