Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
docs: running examples in node (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Jul 11, 2023
1 parent 9e7ea07 commit 3722265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ deno task sync # only needed once
deno task run examples/<example_path>
```

Or, to run an example with Node:

```sh
deno task sync # only needed once
deno task dnt --examples # only needed once
deno task capi serve -- node target/npm/capi-examples/esm/examples/<example_path>
```

## Rationale

In a likely future of specialized, interoperable chains, developers will need to
Expand Down
7 changes: 0 additions & 7 deletions examples/Readme.md

This file was deleted.

0 comments on commit 3722265

Please sign in to comment.