A Next.js + TypeScript + Firebase web application built for the nonprofit Inner City Visions (ICV) to streamline client intake, case management, and real-time service outcome tracking.
git clone https://github.com/YOURUSERNAME/icv-client-management.gitCreate a .env file with the following variables:
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
RESEND_API_KEY=
Run the following commands:
cd icv
pnpm install
pnpm run dev