Skip to content

Stealth, window-less and shortcut-less online assessment/interview helper. Solves leetcode and MCQ style question with AI. Provides remote control from helper device.

Notifications You must be signed in to change notification settings

Remake1/lambda-client-web

Repository files navigation

About

Demo Screenshot Diagram

Web Client

This is main client for helper device.

Libraries and Tools used:

Getting Started

Setup with Docker

  1. Build Image
    docker build -t lambda-client-web .
  2. Run Container
    docker run -p 8888:8888 lambda-client-web

Requirements

Run for development

  1. Install dependencies:

    pnpm install
  2. Set up environment variables:

    cp .env.example .env

    Edit .env and adjust VITE_API_BASE_URL and VITE_WS_URL to point to backend API if different from the default.

  3. Start the development server:

    pnpm dev

Build for production

  1. Install dependencies:
    pnpm install
  2. Build the project:
    pnpm build

About

Stealth, window-less and shortcut-less online assessment/interview helper. Solves leetcode and MCQ style question with AI. Provides remote control from helper device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages