Backend service for the GymPal application built with Hono and TypeScript.
pnpm dev- Start development server with hot reloadpnpm build- Build the project for productionpnpm start- Start the production server
# Install dependencies
pnpm installpnpm devThe server will be running on http://localhost:3000
- Build the project:
pnpm build- Start the production server:
pnpm start