Skip to content

Commit

Permalink
Merge branch 'master' of github.com:loicbaron/KataTennis
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbaron committed May 21, 2018
2 parents ae1f1fe + b65732c commit 400cc2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ python3 setup.py install
```bash
python3 -m pytest
```

## run app
```bash
export FLASK_APP=katatennis
export FLASK_ENV=development
flask run
```

0 comments on commit 400cc2d

Please sign in to comment.