Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.
/ splitterino Public archive

High-End customizable Splitting-App (Multiplatform)

License

Notifications You must be signed in to change notification settings

prefixaut/splitterino

Repository files navigation

Build Status Coverage Code Climate maintainability Release Version License

Splitterino

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.

Usage

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.

Installation

This installation is aimed for developers to work on and test the code.

Required Software:

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.