export GITLAB_HOST="https://gitlab.com"- That's your gitlab host.
export GITLAB_GROUP_NAME="curilab"- That's simply your group name of on gitlab.
export GITLAB_MILESTONE_PROJECT="hq"- Specify the project which milestones should be displayed.
export GITLAB_PERSONAL_ACCESS_TOKEN="yourtokenforgitlab"
- Ruby Version 2.5.1
git clone https://github.com/Quving/gitlab-dashboard.gitcd gitlab-dashboardgem install bundlerbundle installsmashing start- Visit http://localhost:3030 there should be something! 😃
