Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 257 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 257 Bytes

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:

$ pip install -r requirements-dev.txt
$ npm install
$ npm run build