There was an error while loading. Please reload this page.
Local dev loop
First time setup — run npm install inside each worker directory before running any commands:
npm install
cd workers/ingest && npm install cd workers/api && npm install
Then from within each worker directory:
npm test npm run lint
npm test
npm run lint
./scripts/smoke.sh