- Ensure you have correct version of Node.js installed (see
.tool-versions
) - Ensure you have correct version of Python installed (see
python/pyproject.toml
). - Ensure you have Poetry installed.
- Run
npm ci
to install all dependencies.
npm test
cd python
pytest
npm run lint
cd python
pylint scripts