Open source tool to view and edit StepMania charts.. You can view the tool at https://tillvit.github.io/smeditor Inspired by ArrowVortex
SMEditor is currently a work in progress. You can check the planned features here
To start a dev web server, use npm run dev
.
To run the native app, run npm run dev
and npm run app:dev
.
The website is split into two parts: the core webapp and the guide.
You can build them seperately using npm run core:build
or npm run guide:build
, or build them
together using npm run build
.
To build the native app, run npm run app:build
.