STORMHAND beta (e.g. stuff doesnt work)

There are three components:
- Stormworks vehicle
- Local port server
- Stormhand control page (https://yourmodernproblems.com/stormhand, but if you have this you should know that already.)

The vehicle sends a GET request to the server, which returns the stored data. The webpage sends POST requests to update the data.

Simple enough.

To make this work, you have to first run the server.

I'm going to assume you have enough knowledge to use the terminal because im tired and cant be bothered to explain that right now.
Sorry, look it up. Ok, so start the server with "node server.js" after navigating to the stormhand-server directory in the terminal.
it should say "Server running at http://localhost:3000". If not, you probably don't have npm or npm express installed. look it up until im not tired.

Alright, that should be good for the server.

Next step is opening the stormhand page. I think the html file is in the zip file, but its also at https://yourmodernproblems.com/stormhand.

Allow webcam and whatever other popups it asks for. Its all just asking to send requests to the local server.

Note: I added functionality to access the server on another device, for example if you have no camera on your computer. This is what that address at the bottom is for.
To use it, open the page on a device with a camera. find the local ip address of the stormworks computer through task manager or wherever you want. (NOT your public IP.)
Replace localhost with the ip. Make sure both devices are on the same network.

If you've done things correctly, and my instructions were clear enough and code hasn't broken, there should be something like {ok:true} at the top of the screen.
if it says something like "type error could not fetch", somethings up with the server. submit a help ticket at https://yourmodernproblems.com/support
(as of writing this, that page doesn't exist yet, and I'm not going to set up a firebase thing at 11pm. good luck lmao)

Final step is the stormworks vehicle. there's an example in the folder, but currently it's screwed up. I'm uploading this though because everything is currently only on my crummy laptop.
press the button on the example pad and it should follow your movements (again, it wont properly right now.)

Woo hoo good night yall