some developer tools for windows93 (v3).
Lets you edit your project from your real pc (with vscode or something.)
You need python & poetry to use this slop program.
- Clone this repo locally
- Take out watch93 (the other stuff is irrelevant, you may delete the folder afterwards)
- Enter the folder, install stuff (poetry install) and activate the venv (poetry shell)
- leave it and run python3 -m watch93 [directory] (by default it's src/)
- on windows93, pick a folder and make sure the websocket uri is correct, then press connect and you should be good
yes it writes double, no im not gonna fix that
note: it does not sync stuff you've edited before startnig the server, to fix this just hit "ctrl+s" a bunch of times in your code editor and you should be good hopefully lol
Press the button labled "Patch App.js for cache busting" if you want to patch App.js for cache busting.
Press the button labled "Unpatch App.js for cache busting" if you want to unpatch App.js for cache busting.
(also you need to reload i think)