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
- Clone the repository
- Install the required modules by running
npm install
- Build the website with
npm run build
or start a dev web server withnpm run dev
- Build the native app with
npm run app-build
or run the app withnpm run app-dev
(usenpm run dev
first)