Merge pull request #115 from amasad/replit-readme

Add run on repl.it badge to README
This commit is contained in:
Kristofer Koishigawa
2020-07-01 17:28:05 +09:00
committed by GitHub
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)