acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
171 stars 129 forks source link

Add environmental variable for web socket ip in the local dev instructions #71

Closed NoahBres closed 2 years ago

NoahBres commented 2 years ago

Add environmental variable for web socket ip in the local dev instructions.

Perhaps also detail a project structure and basic workings overview (how telemetry is ingested from redux into props, etc.) to make contribution a little easier.

rbrott commented 2 years ago

Add environmental variable for web socket ip in the local dev instructions.

I'll add a note.

Perhaps also detail a project structure and basic workings overview (how telemetry is ingested from redux into props, etc.) to make contribution a little easier.

I'll consider more extensive documentation of internals. With the current number of contributors, I'm happy to give individualized code pointers for specific changes.