This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

@crumbs/api#

hono service. brokers nearby-place search via locationiq.

setup#

cp .env.example .env   # and fill

run#

bun run api:dev      # from repo root — hono on :3000
bun run api:tunnel   # ngrok tunnel → $NGROK_DOMAIN → :3000

the tunnel is required when the mobile client runs on a physical device. for simulator-only work, skip the tunnel and point mobile/.env's EXPO_PUBLIC_API_URL at http://localhost:3000.