Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 289 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 289 Bytes

cf-next-hono

Development

# install dependencies
$ bun install

# start local server (nextjs + hono)
$ bun run dev

# deploy hono api to cf workers
$ bun run api:deploy

# deploy nextjs app to cf pages
$ bun run pages:deploy

# deploy everything to cf
$ bun run cf:deploy