Optimized layout and code for building

This commit is contained in:
TySP-Dev
2025-11-13 21:01:16 -10:00
parent b5c01ac35d
commit 0f579c973d
13 changed files with 337 additions and 35 deletions
+6 -1
View File
@@ -1,5 +1,9 @@
# Build Instructions
> [!NOTE]
> Building has only been tested for **linux**.
> Please report bugs with building on any other platform.
## Prerequisites
- [Node.js](https://nodejs.org/) (v18+)
@@ -39,7 +43,8 @@ source venv/bin/activate
## Install Dependencies
```bash
pip install -r requirements.txt
# For dev dependencies
pip install -r requirements/requirements-dev.txt
```
```bash