]> Untitled Git - lemmy.git/commitdiff
Auto reloading
authorDessalines <tyhou13@gmx.com>
Thu, 18 Apr 2019 16:24:24 +0000 (09:24 -0700)
committerDessalines <tyhou13@gmx.com>
Thu, 18 Apr 2019 16:24:24 +0000 (09:24 -0700)
README.md

index 761d92fd108217f88132108aaf72006bbb51d20f..64dd9146ccf217055ce8f6d7ca2028812af2d22f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -61,6 +61,9 @@ and goto http://localhost:8536
 git clone https://github.com/dessalines/lemmy
 cd lemmy
 ./install.sh
+# 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
 ```
 and goto http://localhost:8536