Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.17 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.17 KB

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.