AFFiNE/client-app
2023-02-10 19:37:15 +08:00
..
scripts fix: merged 2023-01-10 14:57:30 +08:00
src/preload refactor: remove unused app pages 2023-02-09 19:53:52 +08:00
src-OctoBase@86bb6fbfde chore: update octobase 2023-02-09 18:39:30 +08:00
src-tauri chore: don't need build web 2023-02-09 21:06:17 +08:00
index.html feat: add basic tauri client app 2023-01-04 21:11:26 +08:00
package.json fix: patch tauri api for lacked window undefined check 2023-02-10 17:03:29 +08:00
pnpm-lock.yaml feat: add basic tauri client app 2023-01-04 21:11:26 +08:00
README.md chore: build rs-type before start dev 2023-01-05 14:57:40 +08:00
tsconfig.json feat: add basic tauri client app 2023-01-04 21:11:26 +08:00
vite.config.ts feat: add basic tauri client app 2023-01-04 21:11:26 +08: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 client-app 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: