Splitterino is an open-source multi-platform applications for speedrunners (gaming-speedrunners) to time their runs with! It's greatly insprired from existing splitters like LiveSplit, but is build freshly from the ground up with customization in mind.
Splitterino is built ontop Electron and Vue, using TypeScript as the language for a more reliable and stable application.
To install Splitterino to use it, you should use the installer for your operating system. Download the appropriate installer from the GitHub Releases page and follow the instructions.
This installation is aimed for developers to work on and test the code.
Required Software:
- Node via NodeJS or via NVM - Node Version Manager
- yarn as the Package-Manager (instead of
npm
)
First, clone the repository to your local machine. The rules for contributing are specified in CONTRIBUTING
Then install all packages via yarn
and then serve the application.
yarn
yarn serve
Beware of possible zombie threads when the application is killed via Ctrl+C
.