Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 962 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 962 Bytes

ProvesKit Ground Station

Dashboard for viewing logs, sending commands, and managing other information for the PROVES Kit running circuitpy_flight_software.

This project is made with Electron for easy cross-platform compatibility, as well as it having an easy to use IPC system for communicating between the frontend and backend. The repository was started off of the Electron React Boilerplate project to have a good base to start with.

Development

To run the project and start developing:

  1. Ensure you have Node.JS/npm & git installed
  2. Run these commands:
git clone https://github.com/proveskit/proves-ground-station
cd proves-ground-station
npm install
npm start

As of now I've only tested that the connection to the board works on macOS, I'll test & ensure Windows and Linux work in the near future.