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

https://github.com/chargetrip/globe


https://github.com/chargetrip/globe

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# globe

## Install

Install the required dependencies

```none
npm i
```

To start a development build and watch for changes

```none
npm run watch
```

To output a production build

```none
npm run build
```