Skip to content

Commit

Permalink
Added Resources section and script to run the app
Browse files Browse the repository at this point in the history
  • Loading branch information
Choromanski committed Jan 22, 2019
1 parent b973da2 commit b55efe0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -4,3 +4,7 @@
- rename project
- set up project managment
- rename github project and make it public

## Resources
- [Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)
- [How to setup Flask on Heroku (I can do all of this)](https://gist.github.com/mayukh18/2223bc8fc152631205abd7cbf1efdd41/)
10 changes: 10 additions & 0 deletions run.sh
@@ -0,0 +1,10 @@
#!/bin/bash

if [ ! -d ../venv ]; then
echo "Cloning virtual environment"
git clone https://github.com/Choromanski/venv.git ../venv
fi

source ../venv/bin/activate

flask run

0 comments on commit b55efe0

Please sign in to comment.