From 4adfa968f3fe750174b5cb68b1fe11c2e99c3b21 Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Wed, 1 Jul 2020 00:38:49 +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, 4 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 6f80795..cd17aec 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Backend Challenges boilerplate - package.json \ No newline at end of file +# Backend Challenges boilerplate - package.json +[![Run on Repl.it](https://repl.it/badge/github/freeCodeCamp/boilerplate-npm)](https://repl.it/github/freeCodeCamp/boilerplate-npm) \ No newline at end of file