feat: bootstrap Electron desktop shell for Fabric frontend

This commit is contained in:
root
2026-05-12 12:58:53 +00:00
parent 395385c9aa
commit 292d8c27f2
6 changed files with 943 additions and 0 deletions

View File

@@ -1 +1,18 @@
# Fabric.Desktop
Electron desktop shell for Fabric.Frontend.
## Dev
```bash
npm install
npm run start:dev
```
`start:dev` expects Frontend dev server at `http://localhost:5173`.
## Standalone
```bash
npm start
```