# cli * Install dependencies: ```bash yarn ``` * Create required env configuration: ```bash # Update the values as required cp .env.example .env ``` * Map subscribers to onboarded participants: ```bash yarn ts-node cli/map-subscribers-to-participants.ts --subscribersCsv --output # Example: # yarn ts-node cli/map-subscribers-to-participants.ts --subscribersCsv subscribers.csv --output result.csv ```