Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 688 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 688 Bytes

LiveSketchingApp

Hosted here: heroku app

  • How to run.
  1. Launch terminal

  2. cd to Project Directory

  3. Write the following commands to run :

    • On Windows CMD:

      set FLASK_APP=main.py

      flask run --host=0.0.0.0

    • On Linux Terminal:

      export FLASK_APP=main.py

      flask run --host=0.0.0.0

    • On Windows Powershell:

      $env:FLASK_APP=main.py

      flask run --host=0.0.0.0

  4. Go on to preferred web browser : 'localhost: <port number being shown on terminal window>'

  5. To exit from stream and terminate operations -> ctrl + c