Skip to content

loudwinston/node-travel-student

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-travel-student

npm install

#Steps to set up git and heroku git config --global user.email "you@example.com" git config --global user.name "Your Name"
git config --global credential.helper cache git config --global credential.helper 'cache --timeout=3600'

# NOTE: will ask for heroku credentials
heroku login
heroku keys:add
heroku create your-app-name-here

#Steps to push to github or to heroku (for deployment) git add -A git commit -a -m "your commit message here"

# NOTE: this will ask for github credentials
git push origin master 

# NOTE: type 'yes' if asked about RSA key
git push heroku master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published