Just a whole lot of crap

This commit is contained in:
2025-08-14 16:36:12 -05:00
parent 66b7e42275
commit 62f6d6f279
144 changed files with 41421 additions and 2458 deletions

View File

@@ -1,5 +1,13 @@
# Technology Stack
## User Notes
- This project is tested and will be running on Windows Systems
- To chain commands correctly, use ";" instead of "&" in Windows
- For a timeout command, it'd be "timeout 3; echo 'Timeout reached'"
- The project uses a single environment file (.env) for configuration
- The project uses a single Progress.md file for logging build progress
## Runtime & Dependencies
- **Node.js**: >=16.0.0 (specified in package.json engines)