/on-the-docs-web

Demo web app for LINE Login

Primary LanguageJavaApache License 2.0Apache-2.0

On The Docs web app

This is a web app based on the LINE Login starter application and hosted with Heroku.

Demo: https://on-the-docs-web.herokuapp.com/

Quick start on Heroku

  1. Use the "Deploy to Heroku" button to deploy the app

Working with the app locally

  1. 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
  1. Log in to Heroku using Heroku CLI. Heroku credentials are required.
$ heroku login
  1. Add remote to local repository
$ heroku git:remote -a name-of-heroku-app
  1. Push code to Heroku remote. Note: Heroku only deploys code that is pushed to the master branch.
$ git push heroku master