Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 206 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 206 Bytes

Running the site

In order to install this site, you will need pipenv.

$ git clone <repo-url>
$ cd isnowthetime-guncontrol
$ pipenv install
$ FLASK_APP=app.py pipenv run flask run