Skip to content

Commit

Permalink
make contributions easier via the online automated dev setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Oct 28, 2020
1 parent 4b92b8a commit de95a37
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# It takes 2 mins to get a free twilio account https://www.twilio.com/#
# 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 changes: 8 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tasks:
- init: npm install
command: |
cp .env.template .env
npm start
ports:
- port: 3000
onOpen: open-preview
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de95a37

Please # to comment.