AFFiNE/packages/frontend/electron
2024-08-20 00:24:01 +00:00
..
renderer chore: bump electron version (#7922) 2024-08-19 14:24:34 +00:00
resources build(electron): add nsis script for windows installer (#6674) 2024-04-25 03:30:04 +00:00
scripts fix(electron): app got deleted when auto update on windows (#7820) 2024-08-13 14:26:26 +08:00
src chore: bump electron version (#7922) 2024-08-19 14:24:34 +00:00
test fix(electron): remove all migration code in electron (#6969) 2024-05-17 03:01:14 +00:00
.gitignore refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
dev-app-update.yml refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
forge.config.mjs chore: assign todos (#7297) 2024-06-21 07:54:14 +00:00
package.json chore: bump bs (#7914) 2024-08-20 00:24:01 +00:00
project.json refactor(infra): remove old plugin system (#5411) 2023-12-27 02:49:59 +00:00
README.md refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
tsconfig.json perf(electron): add index for updates (#6951) 2024-05-16 06:30:53 +00:00
tsconfig.node.json chore: bump @blocksuite/icons (#7749) 2024-08-06 05:32:19 +00:00
tsconfig.test.json feat(electron): define runtimeConfig in esbuild (#6287) 2024-03-25 03:55:26 +00:00
vitest.config.ts chore(electron): config vitest swc (#6282) 2024-03-25 03:55:23 +00:00

AFFiNE Electron App

Development

To run AFFiNE Desktop Client Application locally, run the following commands:

# in repo root
yarn install
yarn workspace @affine/native build
yarn dev

# in packages/frontend/electron
yarn generate-assets
yarn dev # or yarn prod for production build

Troubleshooting

Credits

Most of the boilerplate code is generously borrowed from the following