Skip to content

Commit

Permalink
fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Sep 29, 2024
1 parent a5a1942 commit 607001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note: Only the "unbundled" version of the examples are available if you don't bu
Note: You must run `python` from the twr-wasm root.

## Execute Examples using Chrome without a local web server
An alternative and simple way to run the examples locally without using a local web server is to use the included VS Code `launch.json`. This file is not included if you install with `npm`. To access this file, you should [install using git clone](https://twiddlingbits.dev/docsite/gettingstarted/installation.md#git-install). Then from VS Code, select "Run and Debug" in the left menu, and use the "start debugging" button at the top.
An alternative and simple way to run the examples locally without using a local web server is to use the included VS Code `launch.json`. This file is not included if you install with `npm`. To access this file, you should [install using git clone](https://twiddlingbits.dev/docsite/gettingstarted/installation/). Then from VS Code, select "Run and Debug" in the left menu, and use the "start debugging" button at the top.

The examples will run without building using chrome and a file:// URL. The file "index.html" can be loaded to provide links to each example. If you are going to run Chrome yourself from a shell, see the section below on some of the Chrome flags you will need to set.

Expand Down

0 comments on commit 607001c

Please sign in to comment.