AppFlowy/frontend/Makefile

15 lines
248 B
Makefile
Raw Normal View History

.PHONY: flowy_dev_install flowy_clean
2021-11-06 12:35:04 +00:00
2022-02-11 12:05:55 +00: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 12:35:04 +00:00
cargo make flowy_dev
2021-11-06 15:27:30 +00:00
flowy_clean:
sh ./scripts/clean.sh