Skip to content

KrishKittur/scouting-frontend

 
 

Repository files navigation

scouting-frontend

tests codecov

A frontend to the frc-scouting package.

Running

First, copy config-example.json to config.json and edit it to configure the server. If you are not using an Auth0 tenant of your own (if you didn't understand that, you're not using one :p), you should disable authentication.

Then, run npm start (or npm start -- --no-security if you disabled authentication) in a shell (Terminal or Command Prompt) to start the server! If you encounter errors, run npm install to install dependencies.

Disabling authentication

Disabling authentication should ONLY EVER be done in testing environments that are not accessible to the broader internet. Generally, if you're at home (not on public Wi-Fi) or in any other environment where you're behind a NAT (most modern Wi-Fi routers provide a NAT) and trust the other users on your network, it's okay to do.

To disable authentication, add the following line at the bottom of config.json:

    "nosecurity": true

You'll also need to specify the --no-security command line flag (i.e. start scouting-frontend with npm start -- --no-security).

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.5%
  • CSS 32.4%
  • HTML 10.3%
  • JavaScript 0.8%