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
- Host: GitHub
- URL: https://github.com/theorcdev/project-review-api
- Owner: TheOrcDev
- Created: 2026-01-15T15:08:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T21:56:22.000Z (6 months ago)
- Last Synced: 2026-01-16T00:51:05.262Z (6 months ago)
- Language: TypeScript
- Homepage: https://project-review-api.vercel.app
- Size: 42 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```