From d213fac7dcf5cd8952b9aabf080589abffa668e6 Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 28 Jul 2020 08:30:53 +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, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..0e4a943 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "npm start" \ No newline at end of file diff --git a/README.md b/README.md index f5e5767..e51e062 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +[![Run on Repl.it](https://repl.it/badge/github/insidesherpa/JPMC-tech-task-2)](https://repl.it/github/insidesherpa/JPMC-tech-task-2)