A Castle of the Winds online savegame editor, built using React. All the editing is client-side.
I created this with the aim of learning React and Typescript, so contributions are welcome.
Demo: https://djuretic.github.io/cotw_editor/
Bun version: 1.1.21
git clone https://github.com/djuretic/cotw_editor.git
cd cotw_editor
bun install
bun run build
And then open dist/index.html in your browser, or use bun run serve
instead.
bun test