Get all your project's git info, across multiple environments, all in one place.
-
Clone/download this repo to wherever you want to host your git-info app
-
Create a
.envfile and specify whichPORTyou want your app to run on. (default: 3000) -
For security reasons, we allow a
BASE_PATHto be set and only allow projects under thatBASE_PATHto be queried/displayed in the app. (default: empty string) -
Inside static, create a
config.jsonfile. This file will contain your environment, projects, domain, etc. related info. There is aexample.config.jsonfor your convenience. -
cd serverand runyarnornpm install -
cd clientand runyarnornpm install
Let's roll. 🎉
cd server
npm run buildnpm run start