aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-03-03 11:35:17 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-03-03 11:35:17 +0100
commit40a78f042b83346f595ca15daf9145c1d22c5502 (patch)
tree9d8c1dcd8ff1ee01db29bcb12bbdcbf80637b306 /README.md
parentaf5af2a868d9f65738e3a566684ba397737b8419 (diff)
add `serve-frontend`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff9541c..f95e691 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,6 @@
```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 &
+serve-frontend &
firefox http://localhost:8000
```