From 5c921edee1e43bbc095e25e9405700b711b291a4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 18 Apr 2019 09:24:24 -0700 Subject: [PATCH] Auto reloading --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 761d92fd1..64dd9146c 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