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