Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 629 Bytes

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

Building/Testing

  1. Clone the repository
  2. Install the required modules by running npm install
  3. Build the website with npm run build or start a dev web server with npm run dev
  4. Build the native app with npm run app-build or run the app with npm run app-dev (use npm run dev first)