diff --git a/README.md b/README.md index 49f699a5..b9b4c0e2 100644 --- a/README.md +++ b/README.md @@ -76,15 +76,16 @@ Secondly, we need to be able to run Docker without root: sudo usermod -a -G docker ``` -### Finally +### Final Setup ``` cargo install cargo-shuttle cargo install trunk // make sure to run these to installs separately rustup target add wasm32-unknown-unknown -cargo shuttle run ``` +### Running + For development, you will need to run the backend via Shuttle and the frontend via trunk. The trunk process will need to be configured to proxy calls to the backend. To run the backend, run the follow command while your working directory is `SquireCore/squire_core`: