diff --git a/.replit b/.replit new file mode 100644 index 0000000..d409ef8 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm start" \ No newline at end of file diff --git a/README.md b/README.md index 36463f9..d869190 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,4 @@ This section has moved here: https://facebook.github.io/create-react-app/docs/de ### `npm run build` fails to minify This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify +[![Run on Repl.it](https://repl.it/badge/github/CleverProgrammers/react-covid-tracker)](https://repl.it/github/CleverProgrammers/react-covid-tracker) \ No newline at end of file