AFFiNE/apps/electron/README.md
Peng Xiao c2b1a9b118
feat(client): add octobase-node to electron (#1672)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-03-27 01:59:36 -05:00

654 B

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
yarn dev

# build octobase-node
yarn workspace @affine/octobase-node build

# in /apps/electron, start electron app
yarn dev

Credits

Most of the boilerplate code is generously borrowed from the following