|
7 ماه پیش | |
---|---|---|
.. | ||
TestPage | 7 ماه پیش | |
TestScript @ 9275eeeb8e | 1 سال پیش | |
README.md | 1 سال پیش |
git submodule update --init --recursive
npm link
npm run dev
to watch and recompile the main projectnpm run test-serve
to start the test page webservercd test/TestScript
npm i
npm link @sv443-network/userutils
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