This is a Vite + React project.
Install dependencies and run the development server:
pnpm install
pnpm devOpen http://localhost:3002 with your browser to see the app.
The app reads either Vite-prefixed or legacy Next-prefixed public env vars:
VITE_API_KEY=...
VITE_BASE_URL=...
VITE_MIX_PANEL_TOKEN=...Legacy NEXT_PUBLIC_* names are also supported during the migration.