Skip to content

Commit 2a2e746

Browse files
authored
Refactor README sections for better organization
Updated the README to improve structure and clarity.
1 parent 9146d81 commit 2a2e746

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

46
The official [haskell-miso.org](https://haskell-miso.org) website.
57

6-
See [live](https://haskell-miso.org)
7-
8-
### Development
8+
## Development
99

1010
Call `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

1616
Once 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

2020
This 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

3434
To 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"

0 commit comments

Comments
 (0)