You can run the Dashboard locally by cloning and installing the dependencies:
pip install -r requirements.txt
Then start the app server:
python app.py
The app can now be found at http://localhost:8050/
It is recommended that you install RDkit through Anaconda, though there are other options.
$ conda install -c rdkit rdkit