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-dev (dart-ffi)
cargo make --profile development-windows flowy-sdk-dev
shell
cargo make -p development-windows appflowy-windows
Step 3: Server side application
Note: You can launch postgresql server by using docker container
TBD