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:
rubiksking124 2020-07-06 02:40:11 +00:00 committed by repl.it user
commit 16ae24ee5d
2 changed files with 3 additions and 1 deletions

2
.replit Normal file
View file

@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start server.js"

View file

@ -1,5 +1,5 @@
# Haste
[![Run on Repl.it](https://repl.it/badge/github/seejohnrun/haste-server)](https://repl.it/github/seejohnrun/haste-server)
Haste is an open-source pastebin software written in node.js, which is easily
installable in any network. It can be backed by either redis or filesystem,
and has a very easy adapter interface for other stores. A publicly available