Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

16
apps/electron/README.md Normal file
View File

@@ -0,0 +1,16 @@
# TrueGrowth Electron Shell
This directory is the V1 desktop shell. The shell loads the React renderer and
starts the lightweight Local API Gateway at
`http://127.0.0.1:48177/local-api`.
AIGCPanel is vendored under `vendor/aigcpanel` and is intentionally treated as
the local runtime reference/source. Its Vue renderer is not mounted in
TrueGrowth V1.
Run the web renderer first, then start the desktop shell:
```bash
NX_DAEMON=false pnpm nx serve web --host 127.0.0.1 --port 7200
pnpm electron:dev
```