📡
Tauri Setup
git clone [email protected]:AppFlowy-IO/AppFlowy.git
- 1.
- 2.Install cargo-make
# AppFlowy use cargo-make to run the scripts
cargo install cargo-make
- 3.Install AppFlowy dev tools
# install development tools
cd AppFlowy/frontend
cargo make appflowy-tauri-deps-tools
cd appflowy_tauri
npm install

img.png
cd frontend
cargo make tauri_dev
Open the appflowy_tauri folder located at
AppFlowy/frontend/appflowy_tauri
and then run the tauri:dev
.
img.png
Remove the build artifacts first when facing compiler errors.
cd frontend
cargo make tauri_clean
Last modified 15d ago