📡Tauri Setup
Clone AppFlowy
git clone [email protected]:AppFlowy-IO/AppFlowy.gitInstall prerequisites
# AppFlowy use cargo-make to run the scripts
cargo install cargo-make# install development tools
cd AppFlowy/frontend
cargo make appflowy-tauri-deps-tools
cd appflowy_tauri
npm install -g pnpm
pnpm installIDE setup
VSCode

WebStorm

Clean
Last updated
Was this helpful?

