mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-05 07:07:58 +02:00
README: add instructions for local dev
This commit is contained in:
parent
42c76c91ab
commit
729837aea2
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue