Skip to content

Randabble/FlashForwardfoundationWebsite

Repository files navigation

FlashForward Client

This directory contains the frontend (Vite + React) for the FlashForward Foundation website.

Running Locally

  1. Install dependencies from the project root:
    npm install
  2. Start the dev server:
    cd client
    npm run dev

Building for Production

cd client
npm run build

Vercel Deployment

  • Set the project root to client in 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.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages