From f3990aaa4807a023f2d9e8437de6c0ffd570c807 Mon Sep 17 00:00:00 2001 From: BA - 05HS - - <783625@pdsb.net> Date: Fri, 3 Jul 2020 13:27:29 +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 | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..4cc1a96 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "git clone https://github.com/juliancwirko/s-chat-app.git" \ No newline at end of file diff --git a/README.md b/README.md index b1b4a5c..6d1142b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ## SimpleChat.Support - Open Source Live Chat App +[![Run on Repl.it](https://repl.it/badge/github/juliancwirko/s-chat-app)](https://repl.it/github/juliancwirko/s-chat-app) + + - [https://www.simplechat.support](https://www.simplechat.support) sChat (or SimpleChat or SimpleChat.Support) is an open source and very basic live chat app written by a JavaScript/Meteor developer. It is free and MIT licensed. You can use it in a SaaS-like model on the website or you can also create your own self-hosted copy of the app.