From 4ab28c01c6cf0ee376ec3f8a1423f1ea42b94589 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 18 Apr 2019 09:23:19 -0700 Subject: Showing how to do live update developing in the install script. --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index ac5f5103..88c5bac8 100755 --- a/install.sh +++ b/install.sh @@ -3,3 +3,7 @@ yarn yarn build cd ../server cargo run + +# For live coding, where both the front and back end, automagically reload on any save, do: +# cd ui && yarn start +# cd server && cargo watch -x run -- cgit v1.2.3