AFFiNE/apps/electron
2023-04-13 18:33:21 -05:00
..
layers fix: failed to load blobs in electron (#1927) 2023-04-13 15:14:46 +00:00
resources/icons fix: update app icons (#1893) 2023-04-12 16:04:45 +08:00
scripts fix: electron sourcemap issues (#1919) 2023-04-13 08:37:50 -05:00
types feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
.gitignore feat: support google cloud login in client (#1822) 2023-04-11 18:42:36 +00:00
.yarnrc.yml chore: fix packages version 2023-04-13 18:33:21 -05:00
forge.config.js ci: build macos on pull request (#1854) 2023-04-08 20:44:47 -05:00
package.json chore: fix packages version 2023-04-13 18:33:21 -05:00
README.md feat(client): add octobase-node to electron (#1672) 2023-03-27 01:59:36 -05:00
yarn.lock feat: enable share menu (#1883) 2023-04-13 16:22:49 -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