A Cloudflare Worker that serves as a reverse proxy for LabelZoom's public REST API. This project was bootstrapped using the React + Vite + Hono + Cloudflare Workers template.
Install dependencies:
npm install
Start the development server with:
npm run dev
Your application will be available at http://localhost:5173.
Build your project for production:
npm run build
Preview your build locally:
npm run preview
Deploy your project to Cloudflare Workers:
npx wrangler deploy