working interface

This commit is contained in:
2022-10-11 18:03:00 -05:00
parent bd3569bace
commit 3e648af5ac
7 changed files with 82 additions and 35 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
SHELL = /bin/bash
.DEFAULT_GOAL := serve
serve:
gunicorn flask_frontend:app
dev:
gunicorn flask_frontend:app --reload
clean:
rm -rf static/*
touch static/.gitkeep