glasshouse/README.md

33 lines
485 B
Markdown

# rewild / stone in a glasshouse
## Development
### Requirements
* `haxe`
* `haxelib`
* Haxelib dependencies; run `haxelib install compile-hl.hxml`
* `automake`
### Compiling
`make debug`
You can alternatively run `make watch` to automatically rebuild on changes to
`.hx` files.
### Running
`make run`
### Making a release
**TODO**: Making a redistributable `hl` version
#### Web
```
make bin/rewild.js
abra app cp <domain> bin/rewild.js app:/usr/share/nginx/html/bin/
```