Create your personal GitHub Card
A simple React.js single page application that lets you create a personalized GitHub card.
Here you can find the website: https://github-cards.now.sh
Clone the repository, than install all application's dependencies:
$ npm install
Launch all unit tests with:
$ npm run test
Run the application:
$ npm run start