It's the Svelte front-end of a save file editor of the game Troubleshooter: Abandoned Children.
At the GitHub Pages (preferred)
the back-end application is being served on the cloud but via HTTP. You will have to disable a security feature. ☠
If you see something like the following:
then do the following:
- Git
- Node.js v22
- the back-end application running
git clone https://github.com/Attacktive/troubleshooter-editor-front-end-svelte.git
cd troubleshooter-editor-front-end-svelte
npm install
npm run dev