Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Jun 9, 2023
1 parent bde28a0 commit 8821c14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ cd realm-js
Install dependencies and packages:

```sh
# From the root (realm-js/)
git submodule update --init --recursive
npm i
```
Expand Down Expand Up @@ -78,17 +79,19 @@ Once done, [copy your App ID](https://www.mongodb.com/docs/atlas/app-services/re

### Building the App

Build the app (the output will be located in the `build` folder and is minified):
Navigate to `example-wasm/` and build the app (the output will be located in the `build` folder and is minified):

```sh
cd example-wasm
npm run build
```

### Running the App

Start the app in the development mode:
Navigate to `example-wasm/` and start the app in the development mode:

```sh
cd example-wasm
npm start
```

Expand Down

0 comments on commit 8821c14

Please sign in to comment.