Skip to content

Commit

Permalink
Update using-your-library.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-web3 authored Aug 3, 2020
1 parent 9f9634c commit f24ed72
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ import("../crate/pkg").then(module => {
});
```

## Install `npm` Dependencies

Before your first run, don't forget to install npm dependancies in your project's root directories:

```bash
npm install
```

## Run The Project

To generate our Rust-compiled to wasm code, in the root directory we run:
Expand Down

0 comments on commit f24ed72

Please sign in to comment.