mirror of
https://github.com/gosticks/dash-player.git
synced 2026-08-17 07:10:23 +00:00
257 B
257 B
CONTRIBUTING
Build manually
We recommend the following versions to build this package:
node: 16.17.0npm: 8.15.0
To generate builds manually, run the following:
$ pip install -r requirements-dev.txt
$ npm install
$ npm run build