Skip to content

Commit

Permalink
Adds an example to test annotation API & rendering. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-lemon authored Apr 26, 2024
1 parent dba282b commit ae338af
Show file tree
Hide file tree
Showing 6 changed files with 1,153 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/annotations-test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Annotations test

1. Unzip into an empty directory.
2. Navigate to the unzipped directory and execute the following commands:
$ npm ci
$ npm start
3. A lightweight web server will start up at http://localhost:8080
(You can modify the port by editing package.json)
4. Open http://localhost:8080/www in your browser
5. Check the console log for the annotation information

Loading

0 comments on commit ae338af

Please sign in to comment.