mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
ff68efb206
## Features - https://github.com/toeverything/BlockSuite/pull/7859 @akumatus - https://github.com/toeverything/BlockSuite/pull/7855 @darkskygit - https://github.com/toeverything/BlockSuite/pull/7858 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7843 @doouding - https://github.com/toeverything/BlockSuite/pull/7863 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7865 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7860 @doouding - https://github.com/toeverything/BlockSuite/pull/7857 @fundon ## Refactor - https://github.com/toeverything/BlockSuite/pull/7862 @L-Sun ## Misc - https://github.com/toeverything/BlockSuite/pull/7833 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7864 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7861 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7849 @Saul-Mirone
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