diff options
author | 2025-03-02 16:12:52 +0100 | |
---|---|---|
committer | 2025-03-02 16:12:52 +0100 | |
commit | 75066cddefbeab6d69aa4efe0a4aa97915c98c84 (patch) | |
tree | 167d601d91d560c7373b18b0abac20568b604fae /README.md | |
parent | fefb6424bddd6ac4bf0b68f30fbf6a7f59658cec (diff) |
hybrid shell
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ # achat -## cabal (development) +## development ```console -cabal build +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 & +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 ``` |