2024-05-17 18:30:32 +00:00
|
|
|
# gallowelds.com
|
|
|
|
|
2024-05-17 14:43:24 -04:00
|
|
|
```
|
|
|
|
git clone https://git.myco.systems/mycosystems/gallowelds.com.git
|
|
|
|
```
|
|
|
|
```
|
|
|
|
git submodule update --init --recursive
|
|
|
|
```
|
2024-05-23 21:47:05 -04:00
|
|
|
For dependancies just run the below command, this will install **tailwindcss**, **prettier**, and **prettier-plugin-go-template**
|
2024-05-17 14:43:24 -04:00
|
|
|
```
|
2024-05-18 14:30:51 -04:00
|
|
|
npm install
|
2024-05-17 14:43:24 -04:00
|
|
|
```
|