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
commit cd75d844a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)