johnholbrook / FLLuid

An easy-to-use display package for FIRST Lego League events run using the FLLTournament.com website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FLLuid

FLLuid (FLL Useful Information Display) is an easy-to-use display package for FIRST Lego League events run using the FLLTournament.com website. It provides a number of different displays, described below.

Installation

The Easy Way

Download the packaged app from the latest release and run it.

Build from Source

  1. Install node and npm (brew install node npm with Homebrew, or see this page).
  2. npm install to install dependencies.
  3. npm start to start the app.
  4. npm run dist to build the app using electron-builder. Note that you will probably have to make some edits to the build object in package.json to get what you want out of the build.

Disclaimer

This software is still in development! Some functionality may be broken, and new features may be added at any time.

An initial feature-complete release is targeted for late summer/early fall 2020, but no promises on that.

If you'd like submit a bug report, feature request, or other concern, please open a new issue.

About

An easy-to-use display package for FIRST Lego League events run using the FLLTournament.com website

License:MIT License


Languages

Language:JavaScript 62.6%Language:HTML 33.4%Language:CSS 4.1%