mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 11:34:08 +00:00
Showing how to do live update developing in the install script.
This commit is contained in:
parent
235f305019
commit
b10912c434
|
@ -3,3 +3,7 @@ yarn
|
||||||
yarn build
|
yarn build
|
||||||
cd ../server
|
cd ../server
|
||||||
cargo run
|
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
|
||||||
|
|
Loading…
Reference in a new issue