add README

This commit is contained in:
Jörg Thalheim 2023-07-05 13:15:53 +02:00
parent d7fd5c8cd2
commit ae1a0537cc

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Getting start with the repo
This is the source for the homepage.
We use [zola](https://www.getzola.org/) for building a static website.
## Build the homepage
```
$ zola build
```
## Start a local webserver
```
$ zola serve
```