mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
2b69fde937
## Features ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6750 @fundon - https://github.com/toeverything/BlockSuite/pull/6747 @fundon - https://github.com/toeverything/BlockSuite/pull/6753 @regischen - https://github.com/toeverything/BlockSuite/pull/6744 @donteatfriedrice ## Refactor - https://github.com/toeverything/BlockSuite/pull/6748 @pengx17 ## Misc
AFFiNE Electron App
Development
To run AFFiNE Desktop Client Application locally, run the following commands:
# in repo root
yarn install
yarn workspace @affine/native build
yarn dev
# in packages/frontend/electron
yarn generate-assets
yarn dev # or yarn prod for production build
Troubleshooting
Credits
Most of the boilerplate code is generously borrowed from the following