AFFiNE/apps/electron
2023-04-11 17:29:44 -05:00
..
layers feat: support google cloud login in client (#1822) 2023-04-11 18:42:36 +00:00
resources/icons feat: electron app (#1586) 2023-03-16 22:58:21 +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 perf(y-indexeddb): improve boost and loading time (#1879) 2023-04-11 17:29:44 -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