Visual Algorithm Designer quickstart

Requirements

Use a clean checkout, the runtime declared by the repository, and its committed lockfiles. Confirm the active branch before installing anything.

git status --short --branch

Install

cd RaySight-frontend
npm install

Start

npm run dev

Verify

npm test
npm run build

Human acceptance

Inspect the output, logs, test results, and diff. Accept, request a correction, quarantine, or stop; do not silently promote a generated result.