Scanora is a web project that currently contains a React + TypeScript frontend in frontend/.
frontend/- Vite application for the user interface
From the frontend directory:
cd frontend
pnpm install
pnpm devRun these commands from frontend/:
pnpm devstarts the development serverpnpm buildcreates a production buildpnpm lintruns ESLintpnpm previewpreviews the production build locally