gallowelds.com/README.md

14 lines
322 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
```
Optionally we recommend installing prettier, the prettierrc file is preconfigured to use the go template plugin.
```
npm install --save-dev prettier prettier-plugin-go-template
```