/smeditor

Online web tool to view and edit StepMania chart (.sm/.ssc files) @ https://tillvit.github.io/smeditor

Primary LanguageTypeScriptMIT LicenseMIT

SMEditor

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

Running

To start a dev web server, use npm run dev. To run the native app, run npm run dev and npm run app:dev.

Building

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.