Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 600 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 600 Bytes

GH-Browser

A browser for Github users. Entering github username will display user's details and history of his public events.

Installation

Install npm packages:

yarn

Develop locally

  1. Run:

    yarn start
    
  2. In your browser, navigate to: http://localhost:2000/

Build production-ready app

yarn build

Technical details