A Mobile Verifier Web Portal, built with React, Vite, and Tailwind CSS.
Getting Started Prerequisites Node.js (version 18+ recommended)
pnpm (version 8+)
Installation Clone the repository
Install dependencies:
cd to cloned-repo pnpm install pnpm start: Runs the app in development mode pnpm build: Builds the app for production pnpm lint: Runs ESLint to check code quality pnpm preview: Previews the production build locally
Environment Variables This project uses dotenv for environment variables. Create a .env file in the root directory with your configuration:
VITE_AUTH_API_URL= Get it from NDI VITE_API_BASE_URL= Get it from NDI VITE_WEBHOOK_URL= Get it from NDI