Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 439 Bytes

File metadata and controls

31 lines (18 loc) · 439 Bytes

Phoenix Connect

A wildfire safety and community support platform.

Setup

Prerequisites

  • Node.js and npm

Running the Application

Frontend (React/JSX)

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

The React app will be available at http://localhost:5173 (or the port shown in the terminal).

Development

  • Frontend runs on port 5173 (Vite default)