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
- Host: GitHub
- URL: https://github.com/ot-nemoto/next-with-pr-agent-sample
- Owner: ot-nemoto
- Created: 2024-06-04T11:19:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T11:24:53.000Z (about 2 years ago)
- Last Synced: 2025-08-19T05:41:51.229Z (11 months ago)
- Topics: pr-agent, workshop
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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