Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1012 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1012 Bytes

License: MIT

SkyNet Telemetry System

SkyNet is a rocket telemetry system designed by NUSTARS.

Please visit SkyNet-Hardware for the hardware portion of the project.

Getting Started

First, install the dependencies:

npm install

Running the Tauri application

To run the Tauri application, run the following command:

npm run tauri dev

This will start the Tauri application in development mode. You can use the Tauri development tools to inspect and debug the application.

Learn more

To learn more about Tauri and how it works, check out the Tauri documentation.

To learn more about building applications with Next.js, check out the Next.js documentation.

To learn more about SkyNet, check out the SkyNet Wiki