Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 560 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 560 Bytes

RGS Web

The web frontend for the uORocketry Ground Station.

Getting Started

Firstly, make sure you have Node.js installed.

Then, run the following

npm install -g pnpm # Install pnpm (this project's package manager)
pnpm install # Install the project's
pnpm dev # Start the development server

The development server will likelly be running at http://localhost:5173/ or a similar address.

Keep in mind that the backend must be running for the web frontend to be effectively functional.