Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 465 Bytes

File metadata and controls

26 lines (16 loc) · 465 Bytes

Sparrow Admin App

Getting Started

  1. Install dependencies:

    npm install
  2. Copy the example environment file and update as needed:

    cp .env.example .env

    Edit .env with your environment values. See .env.example for required variables.

  3. Start the local development server:

    npm run dev

    The app will be available at the URL shown in the terminal (typically http://localhost:5173).