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).
This commit is contained in:
Amjad Masad 2020-07-01 00:38:49 +00:00 committed by repl.it user
parent 58a9a55cf9
commit 4adfa968f3
2 changed files with 4 additions and 1 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start"

View File

@ -1 +1,2 @@
# Backend Challenges boilerplate - package.json # Backend Challenges boilerplate - package.json
[![Run on Repl.it](https://repl.it/badge/github/freeCodeCamp/boilerplate-npm)](https://repl.it/github/freeCodeCamp/boilerplate-npm)