Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.24 KB

gitlab-one-board

One board for all GitLab's issues

Package Version Travis David

Usage

Running on local

Make sure NodeJS >=9 and Yarn are installed on your machine

yarn install
yarn start

Deploying to Heroku

Click the button below and enter your GITLAB_DOMAIN & GITLAB_TOKEN to deploy

Deploy

Using Docker

Make sure Docker is installed on your machine run the following command:

docker pull phatpham9/gitlab-one-board
docker run -p 80:80 -e GITLAB_DOMAIN=[your-gitlab-domain] -e GITLAB_TOKEN=[your-gitlab-token] phatpham9/gitlab-one-board

Author