mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
25 lines
588 B
Markdown
25 lines
588 B
Markdown
# AFFiNE Electron App
|
|
|
|
# ⚠️ NOTE ⚠️
|
|
|
|
Due to PNPM related issues, this project is currently using **yarn 3**.
|
|
See https://github.com/electron/forge/issues/2633
|
|
|
|
## Development
|
|
|
|
```
|
|
# in project root, start web app at :8080
|
|
pnpm dev
|
|
|
|
# in /apps/electron, start electron app
|
|
pnpm dev
|
|
```
|
|
|
|
## Credits
|
|
|
|
Most of the boilerplate code is generously borrowed from the following
|
|
|
|
- [vite-electron-builder](https://github.com/cawa-93/vite-electron-builder)
|
|
- [Turborepo basic example](https://github.com/vercel/turborepo/tree/main/examples/basic)
|
|
- [yerba](https://github.com/t3dotgg/yerba)
|