Christopher Serr 7b40e57274 Improve Rules Tab
This adds styling for code blocks, checks for null rules and fixes #89.
2018-05-15 15:53:20 +02:00
2018-05-10 23:04:21 +02:00
2017-10-27 14:22:50 -04:00
2018-05-15 15:53:20 +02:00
2017-09-02 20:07:02 +02:00
2018-02-02 02:36:13 +01:00
2018-05-10 23:04:21 +02:00
2017-08-11 21:46:40 +02:00
2018-05-10 22:12:21 +02:00
2016-12-29 20:07:06 +01:00
2017-10-27 14:22:50 -04:00
2018-05-15 04:20:56 +02:00
2018-05-15 04:20:56 +02:00
2018-05-14 19:45:36 +02:00
2017-11-29 01:57:45 +01:00
2018-05-08 23:41:03 +02:00
2017-09-11 17:21:18 +02:00

LiveSplit LiveSplit One

Build Status

LiveSplit One is a version of LiveSplit that uses the multiplatform livesplit-core Library and Web Technologies like React and Electron to create a new LiveSplit experience that works on a lot of different platforms.

The Web Version is available here.

Build Instructions

In order to build LiveSplit One you need to install npm and the Rust Compiler. Make sure to recursively clone the repository so that all git submodules are cloned as well:

git clone --recursive

Once you have cloned the repository and both the Rust compiler and npm are set up, you need to install the WebAssembly target like so:

rustup target add wasm32-unknown-unknown

You need to set up some npm modules before compiling the project:

npm install

You are now ready to build livesplit-core, which powers LiveSplit One:

npm run build:core

Now you can build and host LiveSplit One:

npm run start

A browser tab with LiveSplit One should now open.

S
Description
A version of LiveSplit that works on a lot of platforms.
Readme MIT
15 MiB
Languages
TypeScript 85.7%
SCSS 7.5%
JavaScript 3.1%
Rust 3%
CSS 0.4%
Other 0.3%