This application is the digital version of the analog 20 cards workout by Jeff Nippard.
The back-end is written in vanilla python
, the pages are served through Flask
.
This project is currently in progress.
- Clone the repo
git clone https://github.com/al-one-zero/twenty-cards
cd twenty-cards
- Make virtual environment and install dependencies
virtualenv env
pip install -r requirements.txt
- Declare Flask app and run
export FLASK_APP=app.py
flask run