Skip to content

sparrowapp-dev/sparrow-admin-app

Repository files navigation

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).