blob: 87ee6031cc0f5ac13e05b545983b4101021dc350 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# achat
## cabal (development)
```console
cabal build
acms serve content &
python -m http.server -d dist-newstyle/build/javascript-ghcjs/ghc-9.10.1/achat-0.1.0.0/x/achat/build/achat/achat.jsexe &
firefox http://localhost:8000
```
|