AFFiNE/apps/electron
2023-03-27 18:03:11 -05:00
..
layers feat(client): add octobase-node to electron (#1672) 2023-03-27 01:59:36 -05:00
resources/icons feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
scripts build: fix arm64 mac build (#1704) 2023-03-27 18:03:11 -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
forge.config.js feat: make electron windows build (#1611) 2023-03-18 21:43:39 +08:00
package.json feat(client): add octobase-node to electron (#1672) 2023-03-27 01:59:36 -05:00
README.md feat(client): add octobase-node to electron (#1672) 2023-03-27 01:59:36 -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