This directory contains the frontend (Vite + React) for the FlashForward Foundation website.
- Install dependencies from the project root:
npm install
- Start the dev server:
cd client npm run dev
cd client
npm run build- Set the project root to
clientin Vercel. - Build command:
npm run build - Output directory:
dist - Install command:
npm install
Note: Dependencies are hoisted to the project root. No need to duplicate them in this package.json.