terra/README.md

19 lines
447 B
Markdown
Raw Normal View History

2014-03-10 03:53:52 +00:00
terra
=====
2014-08-23 18:29:00 +00:00
JS framework for cellular automata and simple biological simulations. Documentation and examples live [here](http://rileyjshaw.com/terra/).
2014-08-24 07:51:30 +00:00
## 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!
2014-08-23 18:29:00 +00:00
MIT, remixing strongly encouraged.