From 6ac19dd19c33311d0b020a0393e8ab1c087cf23a Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 21 Dec 2013 20:34:47 -0800 Subject: [PATCH] Remove duplicate readme --- site/public/README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 site/public/README.md diff --git a/site/public/README.md b/site/public/README.md deleted file mode 100644 index 68c6d5d..0000000 --- a/site/public/README.md +++ /dev/null @@ -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`