brycedorn / gitlab-corners

Link to your repository on GitLab in style. πŸ’…

Home Page:https://bryce.io/gitlab-corners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitLab Corners

bryce.io/gitlab-corners

Running with Docker

You can run gitlab-corners locally with Docker installed

docker-compose up
open http://127.0.0.1:1234

In order to see changes made you need to rebuild the image as we don't support mounting volumes yet

docker-compose up --build
open http://127.0.0.1:1234

Cleanup

Just run

docker-compose down --rmi all --remove-orphans

About

Link to your repository on GitLab in style. πŸ’…

https://bryce.io/gitlab-corners

License:MIT License


Languages

Language:HTML 67.0%Language:CSS 32.2%Language:Dockerfile 0.8%