AFFiNE/apps/electron
2023-07-29 19:40:22 -07:00
..
e2e test: add test for sub doc (#3444) 2023-07-28 15:15:32 +00:00
resources fix: replace windows installer loading gif (#2575) 2023-05-29 21:36:08 +08:00
scripts feat(plugin-infra): support worker thread in server side (#3462) 2023-07-29 20:57:23 +00:00
src feat(plugin-infra): support worker thread in server side (#3462) 2023-07-29 20:57:23 +00:00
tests fix: some potential tests issue (#2982) 2023-07-03 10:46:47 +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: implement latest version updater for macos (#2214) 2023-05-08 13:21:15 -05:00
forge.config.js build: add AppImage build (#3401) 2023-07-26 22:38:01 -07:00
package.json v0.8.0-canary.3 2023-07-29 19:40:22 -07:00
playwright.config.ts fix: some potential tests issue (#2982) 2023-07-03 10:46:47 +00:00
project.json build: enhance nx build (#2948) 2023-07-01 01:17:31 +08:00
README.md feat(native): move sqlite operation into Rust (#2497) 2023-06-07 14:52:19 +08:00
tsconfig.json fix: add DB migration to add workspace (#3115) 2023-07-10 08:03:18 +00:00
tsconfig.node.json ci: check macOS arm64 bundle output (#3012) 2023-07-04 16:59:00 +00:00
tsconfig.tests.json fix: some potential tests issue (#2982) 2023-07-03 10:46:47 +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