• Stars
    star
    1
  • Language
    TypeScript
  • Created almost 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bug Tracking System

Live demo https://bug-tracking-system.herokuapp.com/

Automatic deploys from master branch to Heroku

Install dependencies

    cd bts
    `npm run client-install` then `npm install` or  `yarn client-install` then `yarn`

Start dev-client dev-server locally

    `npm run dev` or  `yarn dev`

To Contribute

Fork and clone the project

    git clone https://github.com/{{username}}/bts.git