Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Noah Piraino edited this page Dec 11, 2018 · 6 revisions

Welcome to the StrangeScout wiki!

What is StrangeScout?

StrangeScout is the free, open source FIRST Robotics Competition scouting system, developed and maintained by Team 1533 Triple Strange.

The StrangeScout web-based frontend is built using Angular, the backend API is written in Go, and a MariaDB (MySQL) database is used for data storage.

How do I use StrangeScout?

To set up your own StrangeScout instance, follow our Deployment Guide.

Using the StrangeScout program is documented on the JScout Frontend page of this wiki.

Can I modify StrangeScout?

Absolutely! StrangeScout is licensed under the GNU AGPL License, so just make sure your modified code is publicly available.

Instructions on altering and adding scouting questions to StrangeScout can be found on the Question Schemas page of this wiki.

Clone this wiki locally