make contributions easier via the online automated dev setup.

This commit is contained in:
Nisar Hassan Naqvi 2020-10-28 08:51:42 +00:00
parent 4b92b8a538
commit de95a3716b
3 changed files with 11 additions and 2 deletions

4
.env.template vendored
View File

@ -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
View 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
View File

@ -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