Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 398 Bytes

File metadata and controls

30 lines (21 loc) · 398 Bytes

storm_software_2026

Software for our 2026 STORM competition entry.

Dependencies

Nodejs v24.9.0 npm v11.6.0 nvm v1.2.2

Building

Can't yet.

Running the code

GUI

cd server
npm install # first time only
node server.js

Ensure the client socket is pointed at the server ip and port

cd client
npm install # first time only
npx vite