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

https://github.com/json-ms/demo


https://github.com/json-ms/demo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# JSON.ms

Just a small demo containing a presentation and a playground to follow along while exploring JSON.ms for the first time.

### Install dependencies:
```sh
# Using Yarn
yarn

# OR using npm
npm install
```

### Start the development server:
```sh
# Using Yarn
yarn dev

# OR using npm
npm run dev
```

## License
MIT