From a1314ea1e919f628f52b8814aa2e2a2f7ed97b75 Mon Sep 17 00:00:00 2001 From: Riley Shaw Date: Sun, 24 Aug 2014 00:51:30 -0700 Subject: [PATCH] Add build instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 415d9b3..1b307c8 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,16 @@ terra JS framework for cellular automata and simple biological simulations. Documentation and examples live [here](http://rileyjshaw.com/terra/). +## Hacking this library +To build terra on your machine you'll need [Node.js](http://nodejs.org/), [Bower](http://bower.io/), and [gulp](http://gulpjs.com/) installed. Then... + +```.bash +cd path/to/terra +npm install +bower install +gulp +``` + +That's all, folks! + MIT, remixing strongly encouraged.