AFFiNE/apps/electron
2023-04-04 12:46:33 -05:00
..
layers fix: give electron app with minWidth = 640px (#1785) 2023-04-03 07:20:58 +00:00
resources/icons feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
scripts fix: cleanup electron build script (#1813) 2023-04-04 07:40:07 -05:00
types feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
.gitignore feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
.yarnrc.yml fix: yarn config in electron app (#1724) 2023-03-28 09:33:53 +00:00
forge.config.js fix: cleanup electron build script (#1813) 2023-04-04 07:40:07 -05:00
package.json fix: cleanup electron build script (#1813) 2023-04-04 07:40:07 -05:00
README.md feat(client): add octobase-node to electron (#1672) 2023-03-27 01:59:36 -05:00
yarn.lock fix: workspace avatar url won't update (#1817) 2023-04-04 12:46:33 -05:00

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