Skip to content

A brilliant tool that will pimp your pull requests by collecting and presenting PR statistics.

License

Notifications You must be signed in to change notification settings

Damian070/pimp-my-pr

 
 

Repository files navigation

Pimp My PR

A brilliant tool that will pimp your pull requests by collecting and presenting PR statistics.

PMP-WEB

Development

  • install dependencies with npm install
  • serve application with ng serve

Build production

  • install dependencies npm install
  • build application npm run build:pmp-web:prod

PMP-API

Development

  • copy .env-sample file as .env under libs/server/shared/core/src/lib/config/ directory
  • install dependencies with npm install
  • serve application with ng serve pmp-api

Build production

  • install dependencies npm install
  • build application npm run build:pmp-api:prod

Start a production sandbox

  • copy .env-sample file as .env under libs/server/shared/core/src/lib/config/ directory
  • fill .env file
  • Build pmp-api and pmp-web as a production
  • launch api npm run run:pmp-api
  • launch frontend npm run run:pmp-web

Production Server setup

  • copy .env-sample file as .env in project root
  • fill .env file
  • run docker-compose up -d

About

A brilliant tool that will pimp your pull requests by collecting and presenting PR statistics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.7%
  • JavaScript 7.4%
  • HTML 6.9%
  • CSS 4.1%
  • Dockerfile 0.9%