AFFiNE/apps/electron
dependabot[bot] 3907802e09
chore: bump @electron/remote from 2.0.10 to 2.0.11 (#4147)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 17:03:27 +00:00
..
e2e feat!: affine cloud support (#3813) 2023-08-29 05:07:05 -05:00
resources fix: replace dmg bg (#4038) 2023-08-29 23:30:45 -05:00
scripts fix: add back sourcemaps to electron build (#4090) 2023-09-01 03:34:18 +00:00
src fix: header ui styles (#4156) 2023-09-04 10:13:20 +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: custom updater provider (#3959) 2023-08-25 17:08:28 -05:00
forge.config.js fix: electron white screen (#4048) 2023-08-30 09:41:06 -05:00
package.json chore: bump @electron/remote from 2.0.10 to 2.0.11 (#4147) 2023-09-04 17:03:27 +00:00
playwright.config.ts fix: some potential tests issue (#2982) 2023-07-03 10:46:47 +00:00
project.json build: improve webpack config (#3561) 2023-08-03 23:05:46 +00:00
README.md feat(native): move sqlite operation into Rust (#2497) 2023-06-07 14:52:19 +08:00
tsconfig.json chore: remove repeated inreferences (#3551) 2023-08-03 16:11:51 +00:00
tsconfig.node.json build: sign windows app (#3809) 2023-08-22 10:16:26 -05: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