Skip to content

dave-2/chatterbox2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatterbox 2

A programmable intercom system built on Twilio Serverless.

Development

  • Install dependencies
    npm ci
  • Build
    npm run build
  • Test
    npm test
  • Format
    npm run format

Deployment

  1. Configure Environment

    Create a .env file with your Twilio credentials and service name:

    ACCOUNT_SID=ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    AUTH_TOKEN=your_auth_token
    SERVICE_NAME=your-service-name
  2. Deploy to Dev

    npm run deploy
  3. Promote to Production

    npm run promote

About

Programmable intercom system using Twilio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors