Skip to content

Latest commit

 

History

History
executable file
·
53 lines (36 loc) · 1022 Bytes

File metadata and controls

executable file
·
53 lines (36 loc) · 1022 Bytes

Quick Start Guide

Get the quiz application running in minutes.

Prerequisites

  • Node.js 24.x
  • Vite+ (vp)

Installation

  1. Clone the repository

    git clone <repository-url>
    cd stage-flow-tools
  2. Install dependencies

    vp install
  3. Configure environment

    cp .env.example .env
  4. Start development server

    vp run dev

Access Points

Default Credentials

  • Username: admin
  • Password: 123

Next Steps