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

phatpham9/gitlab-one-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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