From 79a129a8ca9d52ac283676cc9333fabac707278d Mon Sep 17 00:00:00 2001 From: Why Me Date: Sun, 31 May 2020 02:25:00 +0000 Subject: [PATCH] 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). --- .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 000000000..d409ef8a5 --- /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 d0b6ef3fd..561ab5119 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Let's Chat](http://i.imgur.com/0a3l5VF.png) - +[![Run on Repl.it](https://repl.it/badge/github/sdelements/lets-chat)](https://repl.it/github/sdelements/lets-chat) ![Screenshot](http://i.imgur.com/C4uMD67.png) A self-hosted chat app for small teams built by [Security Compass][seccom].