mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
Showing how to do live update developing in the install script.
This commit is contained in:
parent
6becaf6239
commit
4ab28c01c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user