File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1+ <img width =" 1089 " height =" 226 " alt =" Screenshot 2025-11-14 at 5 38 08 AM " src =" https://github.com/user-attachments/assets/8f37c313-f9fe-4ad9-a42f-fbb64d94b4bc " />
2+
13:ramen : haskell-miso.org
24====================
35
46The official [ haskell-miso.org] ( https://haskell-miso.org ) website.
57
6- See [ live] ( https://haskell-miso.org )
7-
8- ### Development
8+ ## Development
99
1010Call ` nix develop ` to enter a shell with [ GHC 9.12.2] ( https://haskell.org/ghc )
1111
@@ -15,29 +15,29 @@ $ nix develop --experimental-features nix-command --extra-experimental-features
1515
1616Once in the shell, you can call ` cabal run ` to start the development server and view the application at http://localhost:8080
1717
18- ### Build (Web Assembly)
18+ ## Build (Web Assembly)
1919
2020This will also build the prerendered HTML.
2121
2222``` bash
2323$ nix develop .# wasm --command bash -c "make"
2424```
2525
26- ### Build (JavaScript)
26+ ## Build (JavaScript)
2727
2828``` bash
2929$ nix develop .# ghcjs --command bash -c "build"
3030```
3131
32- ### Serve
32+ ## Serve
3333
3434To host the built application you can call ` serve `
3535
3636``` bash
3737$ nix develop .# wasm --command bash -c "serve"
3838```
3939
40- ### Clean
40+ ## Clean
4141
4242``` bash
4343$ nix develop .# wasm --command bash -c "make clean"
You can’t perform that action at this time.
0 commit comments