A simulator for the dissection challenge in the Verity encounter of Salvation's Edge.
This is a Vite project, so you'll need npm and nodejs installed, recommended version is 22.3.*.
# install dependencies
npm install
# run development server
npm run dev
# compile for publishing
npm run build # puts static files in dist/Please open an issue or pull request if you have any suggestions or improvements.