summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-18 09:24:24 -0700
committerDessalines <happydooby@gmail.com>2019-04-18 09:24:24 -0700
commitded043eafb64b8ceae119da52b36e165b8d9244f (patch)
tree7adf9ab1d0ad0cee42164a5e67424197ea0992ba /README.md
parentb10912c43460b1221d585496dcdd7e339ef92bb3 (diff)
Auto reloading
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 761d92fd..64dd9146 100644
--- 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