Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 246 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 246 Bytes

Contributing

Building locally

Clone and build the front-end

$ git clone https://github.com/plotly/dash-auth.git
$ cd dash-auth/js
$ yarn
$ yarn run build

Install the python package

$ cd dash-auth
$ python setup.py install