Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.35 KB

VictiScout Compiler

Application for compiling scouting data collected using the VictiScout Application. Written using Electron for easy customization.

Newest release: here

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-mac
npm run-script package-win
npm run-script package-linux

Choose the suffix appropriate for your target OS.

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

Authors

This software was created by David O'Regan for Team 1418. See Contributors for further information.

License

VictiScout is available under the MIT License.