Skip to content

arpit-dwivedi/LiveSketchingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published