mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-14 14:19:20 +08:00
make contributions easier via the online automated dev setup.
This commit is contained in:
parent
4b92b8a538
commit
de95a3716b
4
.env.template
vendored
4
.env.template
vendored
@ -2,5 +2,5 @@
|
||||
# It takes 2 mins to get a free twilio account https://www.twilio.com/login
|
||||
# Fill in your credentials below and rename this file to .env
|
||||
|
||||
TWILIO_ACCOUNT_SID=YourAccountSIDHere
|
||||
LOCAL_AUTH_TOKEN=YourAuthTokenHere
|
||||
TWILIO_ACCOUNT_SID=${TWILIO_ACCOUNT_SID}
|
||||
LOCAL_AUTH_TOKEN=${LOCAL_AUTH_TOKEN}
|
||||
|
8
.gitpod.yml
vendored
Normal file
8
.gitpod.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
tasks:
|
||||
- init: npm install
|
||||
command: |
|
||||
cp .env.template .env
|
||||
npm start
|
||||
ports:
|
||||
- port: 3000
|
||||
onOpen: open-preview
|
1
README.md
vendored
1
README.md
vendored
@ -6,6 +6,7 @@
|
||||
[![Repo Link](https://img.shields.io/badge/Repo-Link-black.svg)](https://github.com/ianramzy/decentralized-video-chat)
|
||||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?)](https://github.com/prettier/prettier)
|
||||
[![Join the chat at https://gitter.im/zipcall](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/zipcall)
|
||||
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/from-referrer/)
|
||||
|
||||
# https://zipcall.io
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user