Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 494 Bytes

REAME.md

File metadata and controls

13 lines (8 loc) · 494 Bytes

Examples for the browser

At the time of this writing MiniScript.TS is not yet published on any CDN. That means you will have to build the project locally and use the produced artifact.

In order to be able to load the examples:

  • Build the project using node.js locally
  • Serve the files from the project root
  • Open the HTML file on the browser

To serve the files from the project root you could use Python's built-in server, Caddy, or the "Live Server" extension for Visual Studio Code.