A programmable intercom system built on Twilio Serverless.
- Install dependencies
npm ci
- Build
npm run build
- Test
npm test - Format
npm run format
-
Configure Environment
Create a
.envfile with your Twilio credentials and service name:ACCOUNT_SID=ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX AUTH_TOKEN=your_auth_token SERVICE_NAME=your-service-name
-
Deploy to Dev
npm run deploy
-
Promote to Production
npm run promote