aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: ff9541cf5922b74f93097d589a5bd9f14a6a4d1a (plain)
1
2
3
4
5
6
7
8
9
10
# achat

## development

```console
build
acms serve content &
python -m http.server -d dist-newstyle/build/javascript-ghcjs/ghc-9.10.1/achat-0.1.0.0/x/frontend/build/frontend/frontend.jsexe &
firefox http://localhost:8000
```