1.3.0 • Published 2 years ago

sushiscouts v1.3.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Sushi Scouts: FRC Scouting

This is an FRC Scouting web app. It is desgined to be used during competions where their are no wifi or cellular networks. As such it is intented that front-end devices communicate with the backend through a wired connection.

Requirments

  • Node.js Installed
  • Network Switch (for connecting to backend)
  • Ethernet Cables
  • Rasberry pi, or other device for backend

Setup

First download the code from github

Next, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.