https://github.com/attacktive/troubleshooter-editor-front-end-svelte
It's the front-end of a save file editor of the game Troubleshooter: Abandoned Children.
https://github.com/attacktive/troubleshooter-editor-front-end-svelte
editor game svelte typescript
Last synced: about 1 month ago
JSON representation
It's the front-end of a save file editor of the game Troubleshooter: Abandoned Children.
- Host: GitHub
- URL: https://github.com/attacktive/troubleshooter-editor-front-end-svelte
- Owner: Attacktive
- License: mit
- Created: 2024-01-12T11:27:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-15T05:01:21.000Z (2 months ago)
- Last Synced: 2026-04-15T06:33:49.870Z (2 months ago)
- Topics: editor, game, svelte, typescript
- Language: Svelte
- Homepage: https://attacktive.github.io/troubleshooter-editor-front-end-svelte/
- Size: 2.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Troubleshooter Editor Front-end
[](https://app.codacy.com/gh/Attacktive/troubleshooter-editor-front-end-svelte/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://www.codefactor.io/repository/github/attacktive/troubleshooter-editor-front-end-svelte)
[](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte/actions/workflows/codeql-analysis.yaml)
[](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte/actions/workflows/eslint.yaml)
[](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte/actions/workflows/deploy.yaml)
It's the Svelte front-end of a save file editor of the game [Troubleshooter: Abandoned Children](https://store.steampowered.com/app/470310/TROUBLESHOOTER_Abandoned_Children/).
## ▶ How to Use
### At [the GitHub Pages](https://attacktive.github.io/troubleshooter-editor-front-end-svelte/) (preferred)
It should just work. 😀
⚠️ Not required anymore
[the back-end application](https://github.com/Attacktive/troubleshooter-editor-back-end) 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:
- Google Chrome:


- FireFox


### Running Locally
#### prerequisites
- [Git](https://git-scm.com/downloads)
- [Node.js v22](https://nodejs.org/en/download/package-manager)
```shell
git clone https://github.com/Attacktive/troubleshooter-editor-front-end-svelte.git
cd troubleshooter-editor-front-end-svelte
npm install
npm run dev
```
## Archives
- [The React version](https://github.com/Attacktive/troubleshooter-editor-front-end)
- [The Vue.js version](https://github.com/Attacktive/troubleshooter-editor-front-end-vue)