This is a web app based on the LINE Login starter application and hosted with Heroku.
Demo: https://on-the-docs-web.herokuapp.com/
- Use the "Deploy to Heroku" button to deploy the app
- Clone the repository to your local machine: git@github.com:line/line-login-starter.git
$ git clone git@github.com:line/line-login-starter.git
- Log in to Heroku using Heroku CLI. Heroku credentials are required.
$ heroku login
- Add remote to local repository
$ heroku git:remote -a name-of-heroku-app
- Push code to Heroku remote. Note: Heroku only deploys code that is pushed to the
master
branch.
$ git push heroku master