2024-05-17 18:30:32 +00:00
|
|
|
# gallowelds.com
|
|
|
|
|
2024-06-10 19:03:33 -04:00
|
|
|
0. Install dependancies this will install **tailwindcss**, **prettier**, and **prettier-plugin-go-template**
|
2024-05-17 14:43:24 -04:00
|
|
|
```
|
2024-06-10 19:03:33 -04:00
|
|
|
make setup
|
2024-05-17 14:43:24 -04:00
|
|
|
```
|
2024-06-10 19:03:33 -04:00
|
|
|
1. Start hugo server and tailwindcss cli
|
2024-05-17 14:43:24 -04:00
|
|
|
```
|
2024-06-10 19:03:33 -04:00
|
|
|
make dev
|
2024-06-10 19:04:14 -04:00
|
|
|
```
|
2024-07-13 21:26:36 +00:00
|
|
|
2. Visit http://localhost:1313
|
|
|
|
|
|
|
|

|