diff --git a/README.md b/README.md index 9a92eb6..f976fab 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ limitations under the License. ##### Set "FLASK_APP" as "server.py" ##### Set "FLASK_ENV" as "development" +##### Once its deployed. Go to the settings tab of your vercel project, click on General and click on Project Settings. +#### Overwrite the Build Command as "flask run --host=0.0.0.0 --port=5000" +#### Overwrite the Install Command as "pip install -r requirements.txt" +##### Now you're done!

asset