@devwareng/vanilla-ts 1.2.91 → 1.2.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.txt ADDED
@@ -0,0 +1,13 @@
1
+ To run the demo, you can open the file demo.html from the browser "File/Open..." menu.
2
+
3
+ Another option is to start the built-in Python HTTP server by
4
+
5
+ python -m http.server
6
+
7
+ The default port is 8000. To specify another port:
8
+
9
+ python -m http.server 8080
10
+
11
+ Then load http://localhost:<port>/demo.html in the browser address bar.
12
+
13
+ For more information please visit http://brython.info.