Skip to content

Commit

Permalink
Add how to get api.js inside the example widget (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 authored Oct 21, 2021
1 parent 5910ef4 commit 3c81f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
----------------------
To test this widget in Element Web, set up the widget library so it
can be resolved properly, then serve this directory off a web server.
can be resolved properly (run `yarn build` and copy api.js from the dist/ to this directory),
then serve this directory off a web server.
An easy web server can be made with the http-server NPM package.
Once served, use the following command to add the widget to a room:
Expand Down

0 comments on commit 3c81f1c

Please sign in to comment.