From 7c57a54d36255d5cc47d6d7351bd8614043bdc74 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 21 Dec 2013 19:49:01 -0800 Subject: [PATCH] Add build instructions to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8993c0a..f96e2bb 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ Documentation In-depth documentation can be found at [planetaryjs.com](http://planetaryjs.com). +Building +-------- + +Building the project requires [Node.js](http://nodejs.org/). Once you've installed the project's dependencies with `npm install`, you can build the JavaScript to the `dist` directory with `npm run build`. + License -------