Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.39 KB

File metadata and controls

50 lines (36 loc) · 1.39 KB

Build and Deploy CodeQL GitHub issues GitHub forks GitHub stars GitHub license

Installation

  1. Clone the repository.

    git clone https://github.com/stephin007/githubfinder.git
    
  2. Change directory to githubfinder/

    cd githubfinder/
    
  3. Install the dependencies.

    For npm:

    npm i
    

    For yarn:

    yarn install
    

Usage

In the project directory, githubfinder/ you can run:

yarn start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

Here is a preview of how the app should look:

Github Finder Interface Demo

To build the app for production run:

yarn build