mirror of
https://github.com/rileyjshaw/terra.git
synced 2024-11-21 04:54:23 +00:00
Add build instructions
This commit is contained in:
parent
4956fbccaa
commit
a1314ea1e9
12
README.md
12
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/).
|
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.
|
MIT, remixing strongly encouraged.
|
||||||
|
Loading…
Reference in New Issue
Block a user