Step 1:
git clone https://github.com/AppFlowy-IO/appflowy.git
Step 2:
Note: Please run the commands in windows cmd rather than powershell
Install flutter according to https://docs.flutter.dev/get-started/install/windows
flutter channel dev
shell
choco install rustup.install
rustup toolchain install nightly
Install cargo make
cd appflowy
cargo install --force cargo-make
shell
cargo install --force duckscript_cli
Check pre-request
cargo make flowy_dev
shell
cargo make -p development-windows pb
Build flowy-sdk (dart-ffi)
# TODO: for development
# for production
cargo make --profile production-desktop-windows-x86 flowy-sdk-release
Build app_flowy
# TODO: for development
# for production
cargo make -p production-desktop-windows-x86 appflowy-windows
Step 3: Server side application
Note: You can launch postgresql server by using docker container
TBD