From 054ff494f1b1985f32595af8cfb9c02efaa87c1e Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 21 Dec 2013 13:01:01 -0800 Subject: [PATCH] Readd site readme --- site/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 site/README.md diff --git a/site/README.md b/site/README.md new file mode 100644 index 0000000..68c6d5d --- /dev/null +++ b/site/README.md @@ -0,0 +1,11 @@ +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`