This repository was archived by the owner on Sep 26, 2022. It is now read-only.
Ulrar/cstodo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Building You need to install stack (https://docs.haskellstack.org/en/stable/README/), then inside the cloned repo : `stack build` The binary's path should be given at the end, something like this in my case : `.stack-work/install/x86_64-linux/lts-6.26/7.10.3/bin/cstodo` # Devel You can use `stack exec -- yesod devel` to start a development server that will recompile at each change in the sources and start the binary on port 3000.