This repo contains the WinterTC Runtime Keys ECMA Technical Report source and build tooling.
To get started, run npm install to install project dependencies
To build the report run npm run build
To view the report open out.html
To run the build process in watch mode use npm run watch. This script concurrently executes the build.mjs script for producing the injected spec document and the ecmarkup process for generating the out.html file.