An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Troubleshooter Editor Front-end

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/61ba1d77c8f34c2296670bd7ecb7660c)](https://app.codacy.com/gh/Attacktive/troubleshooter-editor-front-end-svelte/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![CodeFactor](https://www.codefactor.io/repository/github/attacktive/troubleshooter-editor-front-end-svelte/badge)](https://www.codefactor.io/repository/github/attacktive/troubleshooter-editor-front-end-svelte)
[![CodeQL](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte/actions/workflows/codeql-analysis.yaml/badge.svg)](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte/actions/workflows/codeql-analysis.yaml)
[![ESLint](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte/actions/workflows/eslint.yaml/badge.svg)](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte/actions/workflows/eslint.yaml)
[![Deploy to gh-pages](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte/actions/workflows/deploy.yaml/badge.svg)](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:
![error](https://github.com/user-attachments/assets/15c3665c-e9ad-4473-9e99-605f656c156b)

then do the following:

- Google Chrome:
![chrome #1](https://github.com/user-attachments/assets/be1e388a-e19b-4494-a2e6-75fe8d6ae0bb)
![chrome #2](https://github.com/user-attachments/assets/f2bd132e-fd82-42ae-9576-76f714c01852)
- FireFox
![firefox #1](https://github.com/user-attachments/assets/d27f5d61-6dc3-45e2-85c4-3f740303c265)
![firefox #2](https://github.com/user-attachments/assets/8597d6b3-f268-4902-b880-4f3c99c3513a)

### 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)