8d52a23c75b87383bde09743bc55698d03a8e5ca
A first-ever ddev start pulls several GB across the webserver, db, router, and ssh-agent images, which reads as the app hanging rather than as an expected download. Warms the cache automatically once per DDEV version (re-warms after a DDEV upgrade, since image tags are versioned) using `ddev version --json-output` to discover the exact default image tags — stays correct without hardcoding image names. Runs fire-and-forget right after window creation so it never blocks app startup or usage, and no-ops quietly if ddev/docker aren't available yet. Co-Authored-By: Claude Sonnet 5 <[email protected]>
aurora-dockside
An Electron application with React and TypeScript
Recommended IDE Setup
Project Setup
Install
$ pnpm install
Development
$ pnpm dev
Build
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
Languages
TypeScript
98.6%
JavaScript
0.6%
CSS
0.5%
HTML
0.3%