9 lines
190 B
Markdown
9 lines
190 B
Markdown
```shell
|
|
git clone https://git.hackanooga.com/mikeconrad/hackanooga.com.git
|
|
cd hackanooga.com
|
|
git checkout master
|
|
git submodule init
|
|
git submodule update
|
|
hugo server --disableFastRender
|
|
```
|