Browser based tools for developers.
npm run dev
View the result at http://localhost:3000/web-tools.
Remove any previous build:
rm -rf doc-root
Build the project & put the build output in a folder structure that matches GitHub pages:
npm run build
mkdir doc-root
mv out doc-root/web-tools
Serve production build:
npx http-server doc-root
View the result at http://localhost:8080/web-tools/.