gallowelds.com/README.md

12 lines
351 B
Markdown
Raw Normal View History

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
```
For dependancies just run the below command, this will install `tailwindcss/typography, autoprefixer, postcss, postcss-cli, postcss-import, tailwindcss, prettier, prettier-plugin-go-template`
2024-05-17 14:43:24 -04:00
```
npm install
2024-05-17 14:43:24 -04:00
```