11 lines
No EOL
234 B
Markdown
11 lines
No EOL
234 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
|
|
```
|
|
2. Visit http://localhost:1313 |