https://github.com/en10/quicknode
Heroku HTML Hosting Tempate
https://github.com/en10/quicknode
Last synced: over 1 year ago
JSON representation
Heroku HTML Hosting Tempate
- Host: GitHub
- URL: https://github.com/en10/quicknode
- Owner: EN10
- Created: 2014-01-24T12:05:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T16:54:15.000Z (over 10 years ago)
- Last Synced: 2024-04-15T06:49:30.345Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickNode
Heroku HTML Hosting Tempate
clone repository
$ git clone https://github.com/EN10/QuickNode.git
download the toolbelt
$ wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh
login to heroku
$ heroku login
deploy app
$ cd QuickNode/
$ heroku git:remote -a QuickNode
$ git add .
$ git commit -am "make it better"
$ git push heroku master