Skip to content

Analyzes GitHub profile of a given user and gives you statistics

Notifications You must be signed in to change notification settings

tschortsch/should-we-hire-that-dev-vue

Repository files navigation

Should we hire that dev?

Build Status dependencies Status devDependencies Status

Gathers public information of a given GitHub user and generates statistics about it. It also shows the most used programming languages.

Try it out: https://shouldwehi.re

Development

  1. Install dependencies
    $ yarn install
    or
    $ npm install
  2. Copy & configure environment variables
    $ cp .env.dist .env
  3. Run development server with hot reload
    $ yarn start
    or
    $ npm run start
  4. Open browser with http://localhost:5000 (or defined port)

Further commands

# serve with hot reload at localhost:5000
yarn start

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
yarn build:report

# run unit tests
yarn unit

# run all tests
yarn test

About

Analyzes GitHub profile of a given user and gives you statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published