diff options
Diffstat (limited to 'HACKING.md')
| -rw-r--r-- | HACKING.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md index d2cf884..5fa0c63 100644 --- a/HACKING.md +++ b/HACKING.md @@ -29,3 +29,14 @@ Run tests. ``` ./pre-inst-env python3 -m pytest ``` + +# Build the website + +Build the website using Guix. +``` +guix build -L .guix -f .guix/domagi-website.scm +``` +Serve it using darkhttpd like below, then navigate to http://localhost:8080/domagi/ on your browser. +``` +darkhttpd $(guix build -L .guix -f .guix/domagi-website.scm) --addr 127.0.0.1 +``` |
