Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 479 Bytes

CodeForTallyFrontEndTesting

Repo for front-end sketching for the Code for Tallahassee Roadmap to the Future project.

To run:

  1. Clone repo
  2. Create a virtual enviornment using py -3 -m venv venv
  3. Activate the virtual environment with venv\scripts\activate
  4. In the root directory of the app, run pip install -r requirements.txt
  5. Go to your Airtable account, retrieve your API key, and set it as a system variable named AIRTABLE_API_KEY
  6. Run python cards.py