AppFlowy/frontend/Makefile
2022-02-11 20:05:55 +08:00

11 lines
198 B
Makefile

.PHONY: flowy_dev_install
flowy_dev_install:
brew bundle
rustup-init -y --default-toolchain=stable
cargo install --force cargo-make
cargo install --force duckscript_cli
cargo make flowy_dev