Files
hackanooga.com/README.md
2025-02-23 11:00:49 -05:00

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
```