Skip to content

Commit 5e2f562

Browse files
committed
updates README.md
1 parent f7d8b15 commit 5e2f562

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@ To build the project:
2525
stack build
2626
```
2727

28-
Once the project has built (which can take a while due to the dependencies for Hakyll), to generate the site use:
28+
Once the project has built (which can take a while due to the dependencies for Hakyll), generate the site with:
2929

3030
```bash
3131
stack exec -- site build
3232
```
3333

34+
and for development use:
35+
36+
```bash
37+
stack run -- site watch
38+
```
39+
3440
The site will be build in the `_site` directory, and you can open the files in your browser of choice. Due to a Hakyll issue, some sponsor logos will not show up correctly. This is expected behavior, and should be fine for the deployed site.
3541

3642
For further information, please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) at the root of this project.

0 commit comments

Comments
 (0)