Remove duplicate readme

This commit is contained in:
Brandon Tilley 2013-12-21 20:34:47 -08:00
parent 4b8363ebc0
commit 6ac19dd19c

View File

@ -1,11 +0,0 @@
Planetary.js Site
=================
This is the source for the Planetary.js web site.
Building
--------
1. Install [Node.js](http://nodejs.org/)
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`