11# Hyperloop Control Station H11
2- ![ Testing View] ( https://raw.githubusercontent.com/Hyperloop-UPV/webpage/5c1c827d82d380689856ee61af43da30da22e0fc/src/assets/backgrounds/testing-view.png )
2+
3+ ![ Testing View] ( https://raw.githubusercontent.com/Hyperloop-UPV/webpage/5c1c827d82d380689856ee61af43da30da22e0fc/src/assets/backgrounds/testing-view.png )
34
45## Monorepo usage
56
@@ -20,17 +21,17 @@ Before starting, ensure you have the following installed:
2021
2122Our ` pnpm-workspace.yaml ` defines the following workspaces:
2223
23- | Workspace | Language | Description |
24- | :----------------------------- | :------- | :--------------------------------------------- |
25- | ` testing-view ` | TS/React | Web interface for telemetry testing |
26- | ` competition-view ` | TS/React | UI for the competition |
27- | ` backend ` | Go | Data ingestion and pod communication server |
28- | ` packet-sender ` | Rust | Utility for simulating vehicle packets |
29- | ` electron-app ` | JS | The main Control Station desktop application |
30- | ` @workspace/ui ` | TS/React | Shared UI component library (frontend-kit) |
31- | ` @workspace/core ` | TS | Shared business logic and types (frontend-kit) |
32- | ` @workspace/eslint-config ` | ESLint | Common ESLint configuration (frontend-kit) |
33- | ` @workspace/typescript-config ` | TS | Common TypeScript configuration (frontend-kit) |
24+ | Workspace | Language | Description |
25+ | :----------------------------- | :------- | :---------------------------------------------------- |
26+ | ` testing-view ` | TS/React | Web interface for telemetry testing |
27+ | ` competition-view ` | TS/React | UI for the competition |
28+ | ` backend ` | Go | Data ingestion and pod communication server |
29+ | ` packet-sender ` | Rust | Utility for simulating vehicle packets |
30+ | ` hyperloop-control-station ` | JS | The main Control Station electron desktop application |
31+ | ` @workspace/ui ` | TS/React | Shared UI component library (frontend-kit) |
32+ | ` @workspace/core ` | TS | Shared business logic and types (frontend-kit) |
33+ | ` @workspace/eslint-config ` | ESLint | Common ESLint configuration (frontend-kit) |
34+ | ` @workspace/typescript-config ` | TS | Common TypeScript configuration (frontend-kit) |
3435
3536---
3637
0 commit comments