To run:
- Download or pull code.
- Open affiliated file in command line.
- Run following: python3 -m flask run
- Note: This may not work! If you are using a different environment where Python3 is the default — portable Python or Conda, for example — then your command may be python not python3.
- After running the command you should see something similar to: "Debug mode: off \ WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. \ Running on http://127.0.0.1:5000 \ Press CTRL+C to quit"\
- Click the http link and this is our current site!