AFFiNE/apps/electron
2023-06-29 00:40:50 +08:00
..
resources fix: replace windows installer loading gif (#2575) 2023-05-29 21:36:08 +08:00
scripts fix: electron cannot be started in Windows (#2784) 2023-06-15 06:16:27 +00:00
src feat: sqlite subdocument (#2816) 2023-06-27 07:40:37 +00:00
tests fix: disable sqlite provider (#2888) 2023-06-28 15:01:15 +08: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.23 2023-06-29 00:40:50 +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 feat: isolated plugin system (#2742) 2023-06-09 16:43:46 +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