9 lines
176 B
Markdown
9 lines
176 B
Markdown
|
# Getting started
|
||
|
|
||
|
* Clone the repository
|
||
|
* Clone the submodules (the theme)
|
||
|
```bash
|
||
|
git submodule update --init --recursive
|
||
|
```
|
||
|
* Run the local hugo server with `hugo server`
|