A website based on this powershell script to train your superglide timings. Built with svelte and bulma.
- Expand the protocol for better screenshots
- More session stats
- Add graphs
- Use a pop-up modal for setting keybinds
- Sharing feature
- Add a ? next to analytics to scroll down to the website FAQ section
- Actually implementing the trainer
- Darkmode
- Don't allow double binds
- Show # of attempts and a overall superglide consistency
- Mousebutton support
- Controller support (https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)
To run this website locally, make sure to have Node.js installed.
- Clone the repository
- Install the requirements with
npm i
- Start a dev server with
npm run dev
To make sure the final code is ready to be deployed, build it locally with npm run build
.