diff --git a/.replit b/.replit new file mode 100644 index 0000000..7454660 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm start server.js" \ No newline at end of file diff --git a/README.md b/README.md index 23ca077..d2dbc12 100644 --- a/README.md +++ b/README.md @@ -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