add entr instructions
s-ol
3 years ago
49 | 49 | - [discount](https://luarocks.org/modules/craigb/discount): `luarocks install discount` (requires libmarkdown2) |
50 | 50 | - [busted](https://olivinelabs.com/busted/): `luarocks install busted` (for testing only) |
51 | 51 | |
52 | ### Live Reloading (during development) | |
53 | [entr][entr] is useful for reloading the dev server when code outside the root changes: | |
54 | ||
55 | $ ls build/**.moon mmm/**.moon | entr -r moon build/server.moon fs | |
56 | ||
52 | 57 | [moonscript]: https://moonscript.org/ |
53 | 58 | [mmm]: https://mmm.s-ol.nu/ |
54 | 59 | [tup]: https://gittup.org/tup |
60 | [entr]: http://eradman.com/entrproject/ |