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

https://github.com/theorcdev/project-review-api

Simple API for the Horde project review
https://github.com/theorcdev/project-review-api

Last synced: 5 months ago
JSON representation

Simple API for the Horde project review

Awesome Lists containing this project

README

          

Prerequisites:

- [Vercel CLI](https://vercel.com/docs/cli) installed globally

To develop locally:

```
npm install
vc dev
```

```
open http://localhost:3000
```

To build locally:

```
npm install
vc build
```

To deploy:

```
npm install
vc deploy
```