Is a project for the hackathon of midudev of July 2022 using Twilio Conversations.
The deploy was made in Vercel.
- Clone the repository:
git clone git@github.com:doulovera/chat-app.git- Fill this information in your
.envfile *
TWILIO_ACCOUNT_SID=
TWILIO_API_KEY=
TWILIO_API_SECRET=
TWILIO_SERVICE_SID=
NEXT_PUBLIC_GOOGLE_API_KEY=
NEXT_PUBLIC_GOOGLE_PROJECT_ID=
- Install dependencies
npm installor
yarn- Run the app
npm run devor
yarn dev- Go to http://localhost:3000