You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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