README: add instructions for local dev

This commit is contained in:
Mihai Fufezan 2025-07-24 19:00:34 +03:00
parent 42c76c91ab
commit 729837aea2

View file

@ -24,6 +24,16 @@ into self-contained commits that contain one logical change.
For info about how to squash commits, see [this](https://stackoverflow.com/a/5189600).
## Local development
To see your local changes, make sure to have `go` and `hugo` installed. Then, run
```sh
$ hugo serve
```
and open `http://localhost:1313` to see the locally-rendered wiki.
## License
This repository is licensed under the [BSD 3-Clause License](./LICENSE).