One board for all GitLab's issues
Make sure NodeJS >=9 and Yarn are installed on your machine
yarn install
yarn startClick the button below and enter your GITLAB_DOMAIN & GITLAB_TOKEN to deploy
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