AFFiNE/apps/electron
2023-04-13 00:05:54 +08:00
..
layers fix: cors header handling (#1900) 2023-04-13 00:05:54 +08:00
resources/icons fix: update app icons (#1893) 2023-04-12 16:04:45 +08:00
scripts feat: support google cloud login in client (#1822) 2023-04-11 18:42:36 +00: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 fix: yarn config in electron app (#1724) 2023-03-28 09:33:53 +00:00
forge.config.js ci: build macos on pull request (#1854) 2023-04-08 20:44:47 -05:00
package.json feat: support google cloud login in client (#1822) 2023-04-11 18:42:36 +00:00
README.md feat(client): add octobase-node to electron (#1672) 2023-03-27 01:59:36 -05:00
yarn.lock chore: bump version (#1890) 2023-04-12 00:19:12 -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