AFFiNE/apps/electron
2023-10-12 15:21:07 +08:00
..
resources fix: update windows install gif (#4379) 2023-09-15 15:07:58 +08:00
scripts fix(electron): output check (#4547) 2023-09-30 02:02:17 -05:00
src fix: twitter preview (#4545) 2023-09-30 01:19:54 -05:00
tests test(electron): add cloud test (#4184) 2023-09-17 20:26:06 +00:00
types feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
.gitignore ci: check macOS arm64 bundle output (#3012) 2023-07-04 16:59:00 +00:00
dev-app-update.yml feat: custom updater provider (#3959) 2023-08-25 17:08:28 -05:00
forge.config.js ci: speedup ci by reduce installation packages in certain job (#4457) 2023-09-29 03:02:26 +00:00
package.json 0.10.0-canary.0 2023-10-12 15:21:07 +08:00
project.json build: improve webpack config (#3561) 2023-08-03 23:05:46 +00:00
README.md feat(native): move sqlite operation into Rust (#2497) 2023-06-07 14:52:19 +08:00
tsconfig.json test(electron): add cloud test (#4184) 2023-09-17 20:26:06 +00:00
tsconfig.node.json build: sign windows app (#3809) 2023-08-22 10:16:26 -05:00
tsconfig.tests.json test(electron): add cloud test (#4184) 2023-09-17 20:26:06 +00:00
vitest.config.ts chore: split vitest (#3426) 2023-07-28 03:06:50 +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 apps/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