Paste LTScript XML, inspect the decoded script, and view it as JSON, a step tree, or plain text before importing into your server.
Built with Vite, React 19, and MUI. Uses labtech-script-decode to parse and decode scripts. Static SPA, decoding runs entirely in the browser.
https://k-grube.github.io/labtech-script-explorer
npm ci
npm run dev
npm test
npm run build
Outputs a static production build to dist/.
npm run deploy
Publishes dist/ to the gh-pages branch, live at https://k-grube.github.io/labtech-script-explorer.