Completion of the My First News App tutorial.
I tried to clean it up with some basic packaging, removing the build from master, and pushing the build to the gh-pages
branch.
mkvirtualenv first-news-app
git clone git@github.com:richardcornish/first-news-app.git
cd first-news-app/
pip install -r requirements.txt
cd first-news-app/
python app.py
python freeze.py
git add .
git commit -m "New build"
git push origin master
git subtree push --prefix first-news-app/build origin gh-pages
https://yourusername
.github.io/first-news-app/