AppFlowy/frontend/Makefile

15 lines
248 B
Makefile
Raw Normal View History

.PHONY: flowy_dev_install flowy_clean
2021-11-06 20:35:04 +08:00
2022-02-11 20:05:55 +08:00
flowy_dev_install:
brew bundle
rustup-init -y --default-toolchain=stable
cargo install --force cargo-make
cargo install --force duckscript_cli
2021-11-06 20:35:04 +08:00
cargo make flowy_dev
2021-11-06 23:27:30 +08:00
flowy_clean:
sh ./scripts/clean.sh