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
- Install dependencies
$ yarn install or $ npm install
- Copy & configure environment variables
$ cp .env.dist .env
- Run development server with hot reload
$ yarn start or $ npm run start
- Open browser with http://localhost:5000 (or defined port)
# 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