Sven 7c4cfa8581 ref: move test page 1 year ago
..
TestPage 7c4cfa8581 ref: move test page 1 year ago
TestScript @ 9275eeeb8e 969d157585 fix: delete selectors entry if array empty 1 year ago
README.md 7c4cfa8581 ref: move test page 1 year ago

README.md

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)

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