Skip to content

Commit

Permalink
Update README.md (#89)
Browse files Browse the repository at this point in the history
For local development, gcloud and wasm-bindgen-cli must be installed.
  • Loading branch information
erikvullings authored Nov 5, 2024
1 parent 358fe3b commit 6547f4c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ Simlin is an [open source](LICENSE) tool for creating and editing [System Dynami

## Local development

### Prerequisites

- **GCLOUD:** Make sure that you have installed the Google Cloud CLI and its firestore emulator. You can follow this [guide](https://cloud.google.com/sdk/docs/install-sdk#deb).
- **wasm-bindgen**. In addition, install the latest version of wasm-bindgen:
```bash
$ cargo uninstall wasm-bindgen-cli
$ cargo install wasm-bindgen-cli
$ wasm-bindgen --version
wasm-bindgen 0.2.92
```

### Running the development version

```bash
# dependencies; ignore warnings
$ yarn install
Expand All @@ -39,7 +52,6 @@ $ yarn start:firestore
$ yarn start:backend
# in third and final tab:
$ yarn start:frontend

```

Now to the browser!
Expand Down

0 comments on commit 6547f4c

Please sign in to comment.