Skip to content

Attacktive/troubleshooter-editor-front-end-svelte

Repository files navigation

Troubleshooter Editor Front-end

Codacy Badge CodeFactor CodeQL ESLint Deploy to gh-pages

It's the Svelte front-end of a save file editor of the game Troubleshooter: Abandoned Children.

▶ How to Use

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: error

then do the following:

  • Google Chrome: chrome #1 chrome #2
  • FireFox firefox #1 firefox #2

Running Local

prerequisites

git clone https://github.com/Attacktive/troubleshooter-editor-front-end-svelte.git
cd troubleshooter-editor-front-end-svelte
npm install
npm run dev

Archives