gitcard icon indicating copy to clipboard operation
gitcard copied to clipboard

Indonesia GitHub stats for fun. Backend at https://github.com/antonybudianto/gitcard-go

GitCard

Web for GitCard Indonesia

Screen Shot 2019-09-29 at 2 18 17 PM

Project Setup

  • Install Dependencies
npm i
# or
yarn
  • Running for development
npm run start
# or
yarn start
  • Build for production
npm run build
# or
yarn build