AFFiNE/apps/electron
LongYinan 18dc427bc3
style: enable no-non-null-assertion rule (#2723)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-06-08 07:23:20 +00:00
..
layers style: enable no-non-null-assertion rule (#2723) 2023-06-08 07:23:20 +00:00
resources fix: replace windows installer loading gif (#2575) 2023-05-29 21:36:08 +08:00
scripts feat: add infra code (#2718) 2023-06-08 09:41:20 +08:00
tests refactor: project tsconfig & abstract infra type (#2721) 2023-06-08 12:41:47 +08:00
types feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
.gitignore feat: support google cloud login in client (#1822) 2023-04-11 18:42:36 +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 fix: add windows install loading gif (#2462) 2023-05-21 16:03:48 +08:00
package.json refactor: project tsconfig & abstract infra type (#2721) 2023-06-08 12:41:47 +08:00
playwright.config.ts test: add electron test (#1840) 2023-04-24 18:53:36 -05:00
README.md feat(native): move sqlite operation into Rust (#2497) 2023-06-07 14:52:19 +08:00
tsconfig.json refactor: project tsconfig & abstract infra type (#2721) 2023-06-08 12:41:47 +08:00
tsconfig.node.json build: perform TypeCheck for all packages (#2573) 2023-05-31 12:49:56 +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