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

https://github.com/apigear-io/apigear.io

landing page for apigear.io
https://github.com/apigear-io/apigear.io

Last synced: about 2 months ago
JSON representation

landing page for apigear.io

Awesome Lists containing this project

README

        

# ApiGear site

This is the source code for the ApiGear.io site at https://apigear.io.

The site uses docusaurus to generate the site from markdown files.

## Getting started

To get started, install the dependencies:

```bash
npm install
```

Then, run the development server:

```bash
npm start
```

Open http://localhost:3000 to view it in the browser.