- Rework org and store UI state modules (rename/move store/getter files, add runtime and bridge wiring) - Update store UI components and page structure (navbar/cart split, new StoreView flow) - Apply broad markdown/YAML/HTML/CSS/JS formatting cleanup across docs, templates, and workflows
18 lines
402 B
Markdown
18 lines
402 B
Markdown
# Contributing Setup & Guidelines
|
|
|
|
## Setting up the Development Environment
|
|
|
|
### 1. Clone the repository from GitHub
|
|
|
|
### 2. Install HEMTT
|
|
|
|
The latest version of HEMTT can be installed by running:
|
|
|
|
```cmd
|
|
winget install hemtt
|
|
```
|
|
|
|
## Coding Guidelines
|
|
|
|
This mod follows the same coding guidelines as the ACE3 mod, which can be found [here](https://ace3.acemod.org/wiki/development/coding-guidelines).
|