I believe the Documentation is very vague and not helpful t all, is this all you need to do, not really right??
Adding a JavaScript library to your target
There are many useful JavaScript libraries that you might want to use in your target, especially to make it easier to build the simulator ( sim/simulator.js
). The basic pattern to do this is:
- add the JavaScript file(s) to the directory
sim/public/js
- include these files in
sim/public/simulator.html
using the<script>
tag