codestarnischal

codestarnischal.github.io

This repository contains the scoutlens Next.js app, which now ships with a deployable dual-engine AI preview homepage plus the existing inspection demo.

App

Run from the repo root

pnpm dev
pnpm build
pnpm start

Vercel deployment

The repository now includes a root vercel.json that installs and builds the app from scoutlens/.

  1. Import this repository into Vercel.
  2. Leave the project root at the repository root.
  3. Deploy — Vercel will use the root vercel.json overrides to install and build the Next.js app in scoutlens/.

Local verification

pnpm build
pnpm start

Then open http://localhost:3000.