diff --git a/install.sh b/install.sh index ac5f51038..88c5bac8b 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