17 lines
507 B
Markdown
17 lines
507 B
Markdown
# 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
|
|
```
|