mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
976 B
976 B
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:appwill start a vite serverpnpm build:prerequisitewill link the Octobase and prepare affine dist html and tauri preload script
On project root folder: