The main repo of the squid project.
- Node v16.x
- Rush
- Docker
You can install rush globally via npm (npm install -g @microsoft/rush)
or use node ./common/scripts/install-run-rush.js everywhere instead of rush(1)
# install npm dependencies
rush install # build all packages
rush build # run end-to-end test suite (independent from the commands above)cd ./test/e2e-suite && ./run.shThis is a standard rush repo. All information from https://rushjs.io/pages/developer/new_developer/ applies here.