You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ If you're a Haskell tool developer who would like to integrate your project with
10
10
## Running Locally
11
11
12
12
The site is built with the [Hakyll](https://jaspervdj.be/hakyll/) static site generator. To view the site locally, enter the `message-index` directory and run:
13
-
```
13
+
```console
14
14
$ cabal run -- site watch
15
15
```
16
16
or
17
-
```
17
+
```console
18
18
$ stack run -- site watch
19
19
```
20
20
which fires up an HTTP server on `localhost:8000`.
0 commit comments