An open API service indexing awesome lists of open source software.

https://github.com/aromalanil/github-manager

Search and bookmark github users & repositories
https://github.com/aromalanil/github-manager

Last synced: about 2 months ago
JSON representation

Search and bookmark github users & repositories

Awesome Lists containing this project

README

        

# Github Manager

Github manager is a website which will let's you search and bookmark github users & repositories.

## Usage

1. Clone this repo using
```bash
git clone https://github.com/aromalanil/github-manager.git
```

2. `cd` into the repo
```bash
cd github-manager
```

3. Install dependancies
```bash
npm install
```

4. To create a local development server with hot reload.
```bash
npm run start
```

5. To generate a production optimised build in `build` folder.
```bash
npm run build
```