The web frontend for the uORocketry Ground Station.
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.