AFFiNE/apps/electron
2023-06-30 17:39:42 +08:00
..
resources fix: replace windows installer loading gif (#2575) 2023-05-29 21:36:08 +08:00
scripts build(electron): use nx (#2942) 2023-06-30 16:10:35 +08:00
src feat: expose clipboard apis (#2932) 2023-06-30 04:47:30 +00:00
tests fix(electron): window only ui (#2926) 2023-06-29 16:15:44 +00:00
types feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
.gitignore feat: add helper process (#2753) 2023-06-13 10:01:43 +08:00
dev-app-update.yml feat: implement latest version updater for macos (#2214) 2023-05-08 13:21:15 -05:00
forge.config.js fix: missing updater (#2796) 2023-06-15 20:48:10 +08:00
package.json v0.7.0-canary.26 2023-06-30 17:39:42 +08:00
playwright.config.ts feat: sqlite subdocument (#2816) 2023-06-27 07:40:37 +00:00
README.md feat(native): move sqlite operation into Rust (#2497) 2023-06-07 14:52:19 +08:00
tsconfig.json feat: add helper process (#2753) 2023-06-13 10:01:43 +08:00
tsconfig.node.json build(electron): use nx (#2942) 2023-06-30 16:10:35 +08: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