feat: build affine dist html

This commit is contained in:
Lin Onetwo
2023-01-04 17:54:19 +08:00
parent ef9d017572
commit fae43e90da
4 changed files with 39 additions and 79 deletions
+9
View File
@@ -18,6 +18,15 @@ Currently client-app depends on a rapidly developing rust library "Octobase", we
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
On project root folder:
### Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)