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
- Host: GitHub
- URL: https://github.com/aromalanil/github-manager
- Owner: aromalanil
- Created: 2020-11-27T10:45:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T04:56:22.000Z (over 4 years ago)
- Last Synced: 2024-10-11T11:29:01.671Z (7 months ago)
- Language: JavaScript
- Size: 209 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```