Add readme

This commit is contained in:
moanos [he/him] 2023-08-28 19:30:20 +02:00
parent 2d1be97ea5
commit 473572f164

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Getting started
* Clone the repository
* Clone the submodules (the theme)
```bash
git submodule update --init --recursive
```
* Run the local hugo server with `hugo server`