Hi! This is a flask based game distribution template. The site uses templating to include template/component based design approach. Feel free to fork, contribute or raise issues.
https://gamearena.onrender.com/
This repository is deployable to heroku and vps currently.
- Clone the repo
git clone https://github.com/R15hav/game-distribution-template.git
cd game-distribution-template
- Install requirements.txt
pip install requirements.txt
- Start Flask app
python app.py