You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: electron-app/BUILD.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
# Hyperloop Control Station Build System
2
2
3
-
The project uses a unified, modular build script (`electron-app/build.mjs`) to handle building the backend (Go), packet sender (Rust), and frontends (React/Vite) for the Electron application.
3
+
The project uses a unified, modular build script (`electron-app/build.mjs`) to handle building the backend (Go), and frontends (React/Vite) for the Electron application.
4
4
5
5
## Prerequisites
6
6
7
7
-**Node.js** & **pnpm**
8
8
-**Go** (1.21+)
9
-
-**Rust/Cargo** (for Packet Sender)
10
9
11
10
## Basic Usage
12
11
13
12
Run the build script from the `electron-app` directory (or via npm scripts).
0 commit comments