mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
c425cfa598
## Features - https://github.com/toeverything/BlockSuite/pull/6842 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6836 @regischen ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6837 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6803 @lawvs - https://github.com/toeverything/BlockSuite/pull/6843 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6838 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6834 @regischen - https://github.com/toeverything/BlockSuite/pull/6835 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6831 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6827 @golok727 - https://github.com/toeverything/BlockSuite/pull/6828 @regischen ## Refactor ## 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