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

https://github.com/tonysantana1492/repo-browser-github


https://github.com/tonysantana1492/repo-browser-github

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Guía de Uso

Primero, instale las dependencias:

```bash
npm install
# or
yarn install
```

Segundo, corra el servidor de desarrollo:

```bash
npm start
# or
yarn start
```