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

docs: running examples in node #1157

Merged
merged 7 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,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.