2023-07-31 03:07:41 +00:00
|
|
|
# web.myco.systems
|
|
|
|
|
2024-04-12 23:29:26 -04:00
|
|
|
MycoSystems client site
|
2023-09-02 01:55:59 +00:00
|
|
|
|
2023-09-08 18:37:05 +00:00
|
|
|
```
|
|
|
|
git clone https://git.myco.systems/mycosystems/web.myco.systems.git
|
2024-04-12 23:29:26 -04:00
|
|
|
```
|
|
|
|
```
|
2023-09-08 18:37:05 +00:00
|
|
|
git submodule update --init --recursive
|
|
|
|
```
|
|
|
|
|
2024-04-12 23:29:26 -04:00
|
|
|
Optionally, if you are planning to open a PR please use hugo prettier
|
|
|
|
|
|
|
|
```
|
|
|
|
npm install --save-dev prettier prettier-plugin-go-template
|
|
|
|
```
|
2023-09-08 18:37:05 +00:00
|
|
|
|
2023-09-02 01:55:59 +00:00
|
|
|
# License:
|
2024-04-12 23:29:26 -04:00
|
|
|
MIT, thank you to the people over at [Blowfish](https://blowfish.page)
|