b5085c1e8a966c2aa177b3cc6c37bdcc0eff2cf6
DDEV project names must be valid hostname labels. The wizard auto-filled the name from the picked folder's basename verbatim, so a folder like "Aurora Admin" produced a name with a space that DDEV's `ddev config` rejected with an opaque CLI error the UI never surfaced. Slugify the auto-filled name and block manual entry of invalid names before they ever reach the ddev CLI. 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%