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
.env
file and specify whichPORT
you want your app to run on. (default: 3000) -
For security reasons, we allow a
BASE_PATH
to be set and only allow projects under thatBASE_PATH
to be queried/displayed in the app. (default: empty string) -
Inside static, create a
config.json
file. This file will contain your environment, projects, domain, etc. related info. There is aexample.config.json
for your convenience. -
cd server
and runyarn
ornpm install
-
cd client
and runyarn
ornpm install
Let's roll. 🎉
cd server
npm run build
npm run start