Skip to main content

Getting Started

Prerequisites

Before you begin, ensure you have:

  • Node.js 18+ installed
  • Yarn package manager installed
  • Git configured with your credentials
  • Access to the repository

Setting Up the Project

  1. Fork the repository (if applicable) or clone directly:

    git clone <repository-url>
    cd civiq-validation/App
  2. Install dependencies:

    yarn install
  3. Set up environment variables:

    • Copy .env.example to .env.local (if available)
    • Add required environment variables
  4. Start development server:

    yarn dev