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
-
Fork the repository (if applicable) or clone directly:
git clone <repository-url>
cd civiq-validation/App -
Install dependencies:
yarn install -
Set up environment variables:
- Copy
.env.exampleto.env.local(if available) - Add required environment variables
- Copy
-
Start development server:
yarn dev