npm ci
npm install
npm install --save-dev parcel
gulp build
build-watchify
npx parcel index.html
and try http://localhost:1234/
npm install --save-dev typedoc
npm install --save-dev typedoc typedoc-plugin-md
npx typedoc --options typedoc.json
npx typedoc --out ./docs ./src/scripts/index.ts
npx typedoc --out ./docs --entryPointStrategy expand ./src/scripts
npx typedoc --plugin typedoc-plugin-md --out ./docs ./src/scripts/index.ts
npx typedoc --plugin typedoc-plugin-md --out ./docs --entryPointStrategy expand ./src/scripts