Requirements:
- Visual Studio Code
- NodeJS with npm
- Python with Pip
Before starting development, you will need to run npm install
from the root
of this repo to install the necessary NodeJS dependencies.
Code formatting and linting is enforced by git pre-commit hooks, set up by pre-commit.
- Install
pre-commit
withpip install pre-commit
. - Configure your local hooks by running
pre-commit install
.