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

https://github.com/ot-nemoto/next-with-pr-agent-sample


https://github.com/ot-nemoto/next-with-pr-agent-sample

pr-agent workshop

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# next-with-pr-agent-sample

_create-next-app_

```sh
npx create-next-app@latest -e https://github.com/vercel/next.js/tree/main/examples/api-routes api-routes
```

_run dev_

```sh
cd api-routes
npm run dev
```

http://localhost:3000