Update README.md

This commit is contained in:
Savva 2023-11-05 21:32:08 +02:00
parent 6f768489bc
commit 2591017166
1 changed files with 10 additions and 0 deletions

View File

@ -1 +1,11 @@
# ripe87.k-space.ee website
Build website with
```sh
hugo
```
Serve on localhost, watch for changes and rebuild website with
```sh
hugo serve
```