gallowelds.com/README.md
2024-06-10 19:03:33 -04:00

10 lines
No EOL
203 B
Markdown

# gallowelds.com
0. Install dependancies this will install **tailwindcss**, **prettier**, and **prettier-plugin-go-template**
```
make setup
```
1. Start hugo server and tailwindcss cli
```
make dev
```