/VictiScout

:ledger: Customizable Electron-based FRC Scouting application for OS X, Windows, and Linux.

Primary LanguageJavaScriptMIT LicenseMIT

VictiScout

Application for FRC scouting. Written using Electron for easy customization.

Get the newest compiled version here!

Download vs, a convenient CLI app for processing VictiScout data, here.

Screenshot

Development dependencies

Development Installation

  1. cd into VictiScout directory
  2. Run npm install to install node dependencies.

Usage in Development

While in VictiScout directory, run

npm start

Packaging

While in VictiScout directory, run

npm run-script package

If you'd like to only package for one OS, append -mac, -win, or -linux to the end of package in that command. Otherwise, packages will be created for all operating systems.

See here for an explanation of how to modify your packaging settings.

Authors

This software was originally written by Erik Boesen, for Team 1418. It's since been expanded on by the following authors:

License

This software is licensed under the MIT license. More information in LICENSE.