This is an early WIP for a web-based config tool for StepManiaX stages using WebHID for communication and React for the UI.
Recommend you install mise to manage your NodeJS install.
Install the Biome linter/formatter extension in VS Code.
# set up nodejs
$ mise install
# install yarn
$ npm i -g yarn
# install/update local copies of npm dependencies
$ yarn install
# start the local live-reloading dev server
$ yarn start
# apply all auto-fixes to formatting, style, etc
$ yarn lint --apply
This project is heavily based on pySMX which is heavily based on the original StepManiaX SDK.