mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-13 03:23:01 -06:00
8 lines
148 B
Markdown
8 lines
148 B
Markdown
# Testing
|
|
|
|
```bash
|
|
git clone https://github.com/ahoneybun/ahoneybun.net.git
|
|
cd ahoneybun.net
|
|
git submodule update --init --recursive
|
|
zola serve
|
|
```
|