A website based on this powershell script to train your superglide timings. Built with svelte and bulma.
- Actually implementing the trainer
- Darkmode
- Don't allow double binds
- Show # of attempts and a overall superglide consistency
- Mousebutton support
- More session stats
- Add graphs
- Use a pop-up modal for setting keybinds
- Add controller support (https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)
- Sharing feature
- Expand the protocol for better screenshots
- Add a ? next to analytics to scroll down to the website FAQ section
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.