Add run on repl.it badge to README

This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it).
This commit is contained in:
RoyceA 2020-06-19 20:30:38 +00:00 committed by repl.it user
parent 4b92b8a538
commit 43dba1e09a
2 changed files with 3 additions and 0 deletions

2
.replit vendored Normal file
View File

@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start"

1
README.md vendored
View File

@ -1,3 +1,4 @@
[![Run on Repl.it](https://repl.it/badge/github/ianramzy/decentralized-video-chat)](https://repl.it/github/ianramzy/decentralized-video-chat)
# Zipcall - Decentralized Video Chat
[![Author](https://img.shields.io/badge/Author-ianramzy-brightgreen.svg)](https://ianramzy.com)