sushiscouts
v1.3.0
Published
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.
Downloads
2
Readme
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.