13 lines
370 B
Markdown
13 lines
370 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
|
||
|
|
||
|

|