### Setup 1. Link main project with `npm link` 2. Run `npm run dev` to watch and recompile the main project 3. Run `npm run test-serve` to start the test page webserver 4. Checkout submodules 5. Go to test userscript with `cd test/TestScript` 6. Install deps with `npm i` 7. Link with `npm link @sv443-network/userutils` 8. Watch and recompile test userscript with `npm run dev` (or `npm run test-dev` when in the main project root)