ZoomHub is built on Haskell. We use Stack to manage dependencies, build, as well as run the app.
Set up the app:
git clone https://github.com/zoomhub/zoomhub.git
cd zoomhub
./zh init
Build and run the app:
./zh run
Run the app tests:
./zh test
Lint code:
./zh lint
Format code:
./zh format