mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 21:40:34 +07:00
14 lines
146 B
Markdown
14 lines
146 B
Markdown
# Test
|
|
|
|
Create a quick and dirty local test environment (requires `vagrant`)
|
|
|
|
```sh
|
|
make
|
|
```
|
|
|
|
When you're done, clean it up
|
|
|
|
```sh
|
|
make clean
|
|
```
|