# CONTRIBUTING ## Build manually We recommend the following versions to build this package: - `node`: 16.17.0 - `npm`: 8.15.0 To generate builds manually, run the following: ```sh $ pip install -r requirements-dev.txt $ npm install $ npm run build ```