AFFiNE/apps/desktop
2023-03-16 22:07:57 -04:00
..
scripts chore: update lint script to include the .mjs (#1267) 2023-03-02 18:01:09 +00:00
src/preload chore: bump version (#1275) 2023-03-02 14:52:41 -06:00
src-tauri feat: modify tauri client release workflow (#1532) 2023-03-11 20:35:38 +08:00
.gitignore feat: electron app (#1586) 2023-03-16 22:58:21 +08:00
package.json chore: bump version (#1597) 2023-03-16 22:07:57 -04:00
README.md chore: move client folders (#948) 2023-02-10 12:41:01 +00:00
tsconfig.json chore: simplify tsconfig.json (#1108) 2023-02-18 10:08:52 +08:00
vite.config.ts chore: move client folders (#948) 2023-02-10 12:41:01 +00:00

Client App

AFFiNE App client powered by Tauri.

Quick Start

Please follow the Tauri getting started guide for environment setup.

After the environment is ready, start development build:

pnpm tauri dev

Development

Currently desktop client depends on a rapidly developing rust library "Octobase", we use git-submodule to link it currently.

We will provide its binary binding soon, to replace the git-submodule, before Octobase become opensource.

Scripts

On this folder:

  • pnpm dev:app will start a vite server
  • pnpm build:prerequisite will link the Octobase and prepare affine dist html and tauri preload script, also will generate ts type from rs. You should run this before start your first development time.

On project root folder: