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:
parent
58a9a55cf9
commit
4adfa968f3
2 changed files with 4 additions and 1 deletions
2
.replit
Normal file
2
.replit
Normal file
|
@ -0,0 +1,2 @@
|
|||
language = "nodejs"
|
||||
run = "npm start"
|
|
@ -1 +1,2 @@
|
|||
# Backend Challenges boilerplate - package.json
|
||||
# Backend Challenges boilerplate - package.json
|
||||
[](https://repl.it/github/freeCodeCamp/boilerplate-npm)
|
Loading…
Add table
Add a link
Reference in a new issue