Skip to content

Commit 4adfa96

Browse files
amasadrepl.it user
authored and
repl.it user
committed
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).
1 parent 58a9a55 commit 4adfa96

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.replit

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language = "nodejs"
2+
run = "npm start"

README.md

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

0 commit comments

Comments
 (0)