Dashboard for viewing logs, sending commands, and managing other information for the PROVES Kit running circuitpy_flight_software.
To run the project and start developing or testing:
- Ensure you have git, Node.JS, and yarn installed.
- Run the following commands to get started:
git clone https://github.com/proveskit/proves_ground_station
cd proves_ground_station
yarn
yarn dev (sudo yarn dev if on linux)
Ensure you have prettier set up on your editor for code formatting, as CI & the Husky pre-commit hook will fail if code isn't formatted to prettier's standards.