blob: 9a54d3662a1a747c7bb30726f9682079598ad707 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# reploy
A redo of deployment of the R3 sites (cards for now).
## How to use this
- install haskell platform (e.g. with https://www.haskell.org/ghcup/)
- `cabal run site -- --help` shows options
- `cabal run site` builds a demo site
- `cabal install` produces and installs an executable `site` into the cabal
path (you can use it as a program directly)
|