Skip to content

djuretic/cotw_editor

Repository files navigation

Castle of the Winds online savegame editor

A Castle of the Winds online savegame editor, built using React. All the editing is client-side.

Editor screenshot

I created this with the aim of learning React and Typescript, so contributions are welcome.

Demo: https://djuretic.github.io/cotw_editor/

Instructions

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.

Tests

bun test