summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
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