Skip to content

novaforgood/ICV

Repository files navigation

Inner City Visions (ICV)

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.

Dev Environment Setup

1. Clone the repository

git clone https://github.com/YOURUSERNAME/icv-client-management.git

2. Configure Environment Variables

Create 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=

3. Setup Next.js

Run the following commands:

cd icv
pnpm install
pnpm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages