Sv443 428723ded4 ref: migrate to eslint v8 hace 3 meses
..
TestPage 0282a48532 ref: use new vsc #region markers hace 7 meses
TestScript @ d2f12a98aa 428723ded4 ref: migrate to eslint v8 hace 3 meses
README.md 602f619457 docs: test readme hace 1 año

README.md

Setup

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

To quickly run everything in parallel, use these commands in the root UserUtils project: npm test and npm run dev