Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 672 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 672 Bytes

GitHub Cards

Create your personal GitHub Card

Node.js CI

Screen

A simple React.js single page application that lets you create a personalized GitHub card.

Website

Here you can find the website: https://github-cards.now.sh

Installation and run

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