Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

54 lines (35 loc) · 602 Bytes

Development

ZoomHub is built on Haskell. We use Stack to manage dependencies, build, as well as run the app.

Prerequisites

Setup

Set up the app:

git clone https://github.com/zoomhub/zoomhub.git
cd zoomhub
./zh init

Run

Build and run the frontend + backend:

./zh run

Test

Run the app tests:

./zh test

Lint

Lint code:

./zh lint

Format

Format code:

./zh format