GIT DAMN is a javascript git server that can run anywhere. The frontend is built with angular and the backend is built with nodejs.
Install the angular cli to build the frontend and the typescript package using npm
npm install -g @angular/cli
npm install -g typescript
Build using builddev or buildprod npm tasks
npm run builddev
npm run buildprod
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Work in progress