📡Tauri Setup
Clone AppFlowy
Clone AppFlowy
Install prerequisites
Follow the instructions here to install Tauri
Install cargo-make
Install AppFlowy dev tools
IDE setup
VSCode
You can run from VSCode: Open the frontend folder located at AppFlowy/frontend
with VSCode.
This option enable debugging the core process directly. Or you can run manually:
WebStorm
Open the appflowy_tauri folder located at AppFlowy/frontend/appflowy_tauri
and then run the tauri:dev
.
Clean
Remove the build artifacts first when facing compiler errors.
Last updated