Added build scripts.

This commit is contained in:
Bokuan Li
2025-12-21 01:45:21 -05:00
parent aab09f84f1
commit ceabf78b0e
3 changed files with 10 additions and 0 deletions

3
serve.sh Normal file
View File

@@ -0,0 +1,3 @@
cd gerby-website
export FLASK_APP=gerby
python3 -m flask run