To run the client for developement use:
yarn run serve
To run the server use:
cargo run
and for release use:
cargo run --release
The scouting app is based on a schema which builds what options the user will have for during a match. To edit or create a schema edit the json in src/game.json following the interfaces layed out in the client.