Hartsfield
UI component for retrieving DataHub archived files.
Installation
- Install Python 3
- Create your virtual environment (venv)
- Install Node 16.19.0 (I recommend using nvm)
- Install dependencies
source /path/to/new/virtual/environment/bin/activate
pip3 install -r requirements.txt [--upgrade]
Front-end dependencies
npm install
Run the front end locally
npm run dev
Activate the back-end
flask --app factory run