Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 269 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 269 Bytes

Sentry Example App

Bootstrap:

brew install pipenv
pipenv install

Build the database:

pipenv run dbdo

Run the app:

pipenv run server

Run in debug mode (with hot reloading):

FLASK_ENV=development pipenv run server