AppFlowy/frontend/Makefile

11 lines
198 B
Makefile
Raw Normal View History

2022-02-11 12:05:55 +00:00
.PHONY: flowy_dev_install
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