AFFiNE/packages/frontend/electron
EYHN 2b42a75e5a
style: enable rxjs/finnish (#6276)
chore(infra): use finnish notation for observables

do rename
2024-03-24 17:04:51 +00:00
..
renderer feat(infra): new doc sync engine (#6205) 2024-03-22 16:43:26 +00:00
resources fix(electron): add icon for AppImage build (#6257) 2024-03-21 14:29:02 +00:00
scripts fix(electron): add icon for AppImage build (#6257) 2024-03-21 14:29:02 +00:00
src style: enable rxjs/finnish (#6276) 2024-03-24 17:04:51 +00:00
test style: enable rxjs/finnish (#6276) 2024-03-24 17:04:51 +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 fix(electron): add icon for AppImage build (#6257) 2024-03-21 14:29:02 +00:00
package.json feat(infra): new doc sync engine (#6205) 2024-03-22 16:43:26 +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 refactor(core): split web entry from core (#6082) 2024-03-19 07:48:56 +00:00
tsconfig.node.json refactor(infra): remove old plugin system (#5411) 2023-12-27 02:49:59 +00:00
tsconfig.test.json refactor(electron): fix vitest and add behavior test (#4655) 2023-10-18 22:14:30 -05:00
vitest.config.ts chore: bump up vitest monorepo to v1 (major) (#5217) 2023-12-18 13:46:29 +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