/psihook

Primary LanguagePython

PsiHook

Getting Started

First, Deploy. Then hit the debug endpoint in you're newly deployed app.

curl https://appname.herokuapp.com/debug/

And check the logs

    heroku logs --tail --app appname
    


Local Development
------------------

``` heroku local web ```