- Node v22 (managed using nvm)
On OSX (using homebrew):
brew install nvm- Follow the instructions in the brew installer output
Install Node version 22
nvm install 22
Install Husky
npm install -g husky
Run prepare task
npm run prepare
This is the asynchronous worker for the WMT project. It is responsible for
polling the app.tasks table, picking up tasks which are marked as PENDING,
processing them and recording the result.
npm startTo run the unit tests run:
npm testTo run the integration tests run:
docker compose up -d
npm run integration-test