]> Untitled Git - lemmy.git/commitdiff
Showing how to do live update developing in the install script.
authorDessalines <tyhou13@gmx.com>
Thu, 18 Apr 2019 16:23:19 +0000 (09:23 -0700)
committerDessalines <tyhou13@gmx.com>
Thu, 18 Apr 2019 16:23:19 +0000 (09:23 -0700)
install.sh

index ac5f510382471cb8224ad03c27b8ae78d22e1f9d..88c5bac8bf3418e924ccbabfbaaef93d07eb4ca2 100755 (executable)
@@ -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