/aid-json-helper

Utilities to deal with JSON files generated by AI Dungeon

Primary LanguageSvelteMIT LicenseMIT

AI Dungeon JSON Helper

Update GitHub Pages pages-build-deployment

Live on GitHub Pages!

This project is just a quick way to handle the JSON files generated by AI Dungeon. Currently, it supports story card exports. These files can be edited in your browser using pure client-side JavaScript: no data gets sent to any servers, so feel free to use this on any content you want. If you're really paranoid, you can download and run it yourself by cloning this repository and installing Deno. If there's expressed interest, I may also provide something pre-built, but you could also download the files that are hosted live and use those directly.

If you need help using the tool itself, there's a handy button in the header that goes into much more detail than I would want to put in a readme.

Built using create-vite-extra's Deno/Svelte template.

Running

This project is built on Deno v1.45.x.

Start a dev server:

$ deno task dev

Deploy

Build production assets:

$ deno task build