Skip to content

Commit

Permalink
README - redundant line and split into section
Browse files Browse the repository at this point in the history
  • Loading branch information
orblivion authored and TylerBloom committed Dec 22, 2023
1 parent bf0eac7 commit b39659e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,16 @@ Secondly, we need to be able to run Docker without root:
sudo usermod -a -G docker <your username>
```

### 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`:
Expand Down

0 comments on commit b39659e

Please sign in to comment.