Skip to content

Commerce

Purpose

Commerce/marketplace site.

Source directory

apps/commerce-web/src/ only (no worker/ directory - pure static assets).

Framework

React 18 + TypeScript + Vite.

Commands

npm run dev:commerce
npm run build:commerce

Output

apps/commerce-web/dist/.

Deployment mechanism

Cloudflare Worker Static Assets only, name akshaya-commerce. wrangler deploy --config apps/commerce-web/wrangler.jsonc. Domain: commerce.akshayagroupglobal.com.

Environment variables

None currently read from import.meta.env in this app's source.

commerce.akshayagroupglobal.com

Dependencies on shared packages

@akshaya/ui, @akshaya/shared.

/api/commerce/orders on the central API Worker (api.akshayagroupglobal.com).

Troubleshooting

Pure static-asset app - see Cloudflare → Static Assets and Cloudflare → Troubleshooting.