Searches for a GitHub username, list its repositories and then check its contributors and contributions.
Made with Vue (Vue CLI 3), Bootstrap and Highcharts!
npm install
Runs local server for development purpose.
npm run serve
Builds for production.
npm run build
The project is automatically deployed to Surge. The following command will automatically build the project before deploying.
npm run deploy
npm run lint
npm run test:unit
If you want to do TDD (all the project was developed that way) I do recommend to enable watching while running tests.
npm run test:unit:watch