2024-03-18 19:59:10 +00:00
|
|
|
# midtowndrafting.com
|
|
|
|
|
2024-05-06 22:29:56 +00:00
|
|
|
### Start developing
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://git.myco.systems/mycosystems/web.myco.systems.git
|
|
|
|
```
|
|
|
|
```
|
|
|
|
git submodule update --init --recursive
|
|
|
|
```
|
|
|
|
|
|
|
|
Optionally we recommend installing prettier, the prettierrc file is preconfigured to use the go template plugin.
|
|
|
|
|
|
|
|
```
|
2024-05-31 14:40:59 -04:00
|
|
|
npm install
|
2024-05-06 22:29:56 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
# License:
|
|
|
|
[MIT](https://git.myco.systems/mycosystems/midtowndrafting.com/src/branch/main/LICENSE)
|