← Documentation Home

Getting Started

Prerequisites

Installation

Local Development

# Clone the repository
git clone https://gitlab.com/blueflyio/agent-platform/@drupal/api-normalizer
cd {{PROJECT_DIR}}

# Install dependencies
npm install

# Configure environment
cp .env.example .env
# Edit .env with your settings

# Start development server
npm start

Quick Start

{{QUICK_START_STEPS}}

Configuration

Environment Variables

Variable Description Required Default
{{ENV_VARS_TABLE}}

Configuration Files

{{CONFIG_FILES}}

Verification

Verify installation:

echo 'Tests completed - see final_integration_test.php for details'

Expected output:

{{EXPECTED_OUTPUT}}

Next Steps

Common Issues

See Troubleshooting for solutions to common setup problems.