From b6317cad055deb1e833ecf01b8923860df347ef4 Mon Sep 17 00:00:00 2001 From: Sanjai M Date: Tue, 13 Oct 2020 06:09:04 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a badge to the . 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). --- .replit | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..d409ef8 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm start" \ No newline at end of file diff --git a/README.md b/README.md index 7c1a85a..0f0fd9d 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ Check out our `Profit With JavaScript Course` :point_down: [Click Here](https://cleverprogrammer.unstacksite.com/pwj?utm_source=github&utm_medium=repo&utm_content=5-aug-live-zoom-clone-youssef-naz&utm_campaign=live-everyday&utm_term=warm) Made with :heart: by [Naz](https://www.instagram.com/nazdumanskyy/) & [Youssef](https://www.instagram.com/youcef.dev/) - +[![Run on Repl.it](https://repl.it/badge/github/CleverProgrammers/nodejs-zoom-clone)](https://repl.it/github/CleverProgrammers/nodejs-zoom-clone)