This is main client for helper device.
- TypeScript
- Vite
- React 19.2
- Redux Toolkit for state management
- React Router v7 (data mode) for routing
- Shadcn UI for UI components
- Tailwind CSS for styling
- Build Image
docker build -t lambda-client-web . - Run Container
docker run -p 8888:8888 lambda-client-web
-
Install dependencies:
pnpm install
-
Set up environment variables:
cp .env.example .env
Edit
.envand adjustVITE_API_BASE_URLandVITE_WS_URLto point to backend API if different from the default. -
Start the development server:
pnpm dev
- Install dependencies:
pnpm install
- Build the project:
pnpm build

