Repo for front-end sketching for the Code for Tallahassee Roadmap to the Future project.
To run:
- Clone repo
- Create a virtual enviornment using
py -3 -m venv venv
- Activate the virtual environment with
venv\scripts\activate
- In the root directory of the app, run
pip install -r requirements.txt
- Go to your Airtable account, retrieve your API key, and set it as a system variable named
AIRTABLE_API_KEY
- Run
python cards.py