Skip to content

Commit

Permalink
add start for testing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Feb 8, 2023
1 parent 940fe48 commit d3d3f87
Show file tree
Hide file tree
Showing 4 changed files with 1,623 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,15 @@ There's just one class `ByteBeatNode`. You must call the async function `ByteBea
actually be assigned to `window`, it will
be assigned to the context (in theory)
## Development / running locally
```
git clone https://github.com/greggman/html5bytebeat.git
cd html5bytebeat
npm i
npm start
```
# License
[MIT](LICENSE.md)
Loading

0 comments on commit d3d3f87

Please sign in to comment.