There's a 1 in 4000 chance you'll be matcha-d (matched) with our grand prize, Jason Ngassa!!!
You only need to run these steps the first time you set up the project!
- Create virtual environment with
python3 -m venv venv
- Activate virtual env with
source venv/bin/activate
- Install all dependencies with
pip3 install -r requirements.txt
- Make sure virtual env is activated
- Run
export FLASK_APP=app
flask run
When rebuilding the Docker image on an Apple M1 chip, you can run docker buildx build --platform linux/amd64 -t matchat-docker:latest .