Skip to content

Instantly share code, notes, and snippets.

@goyalankit
Created July 10, 2014 17:28
Show Gist options
  • Save goyalankit/c9d91f90d175381aa732 to your computer and use it in GitHub Desktop.
Save goyalankit/c9d91f90d175381aa732 to your computer and use it in GitHub Desktop.
Web Starter Kit Deploy
cd web-starter-kit
git init
git add .
git commit -m "new starter kit"
heroku create
heroku config:set BUILDPACK_URL=https://github.com/zeke/harp-buildpack
heroku config:set HARP_ROOT=./app
git push heroku master
heroku open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment