/webapp- Frontend and backend for the PVDX Mission Control Web App/ground_station- Services for web app integration with the PVDX ground station NOTE: Ground station code is separate, this repo only concerns itself with web app-ground station interaction/services- Service configs for running web app deployment, frontend, backend, database
-
/webapp/frontendRunnpm installto install dependencies,npm run devto launch next.js development server. -
/webapp/backendRunuv syncto synchronize dependencies then activate the virtual environment withsource .venv/bin/activate.
Run uv sync to synchronize dependencies
then activate the virtual environment with
source .venv/bin/activate.