Home

Awesome

dataResponsiblyUI

A Django project for the Web UIs of the Data, Responsibly, including

Run the Web UIs locally

  1. Install Anaconda or Miniconda.
  2. Use the following command to initiate the environment.
git clone https://github.com/DataResponsibly/dataResponsiblyUI.git
cd dataResponsiblyUI
conda env create -f environment.yml
conda activate dataResponsiblyUI
python manage.py migrate
python manage.py runserver

Then you can access in the browser