A web page that shows the latest packages that appear in (or disappear from) the NuGet.org feed and their progression through the V3 pipeline.
Assuming npm is available and TypeScript is installed as a global tool, run:
npm install
tsc -p tsconfig.json
npx rollup obj/main.js --file dist/bundle.js --format iife
Just open the dist/index.html
file in your browser, or drop dist/index.html
and dist/bundle.js
to a hosting of your choice, then navigate to it.