Provides a neat overview of a Github user's repositories. Check it out here!
Requires Node.js. Clone or download the repository, navigate to the repository's main directory, and install with npm install
. Run it with npm start
after successful installation - the page will be hosted at localhost:3000
.
NPM scripts:
npm start
: Runs the app in the development mode.npm test
: Launches the test runner in the interactive watch mode.npm run build
: Builds the app for production to thebuild
folder.predeploy
: Called bydeploy
, callsnpm run build
.deploy
: Deploys production build to Github pages.