mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 04:13:09 -07:00
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:
parent
9b0a5ff0a3
commit
16ae24ee5d
2 changed files with 3 additions and 1 deletions
2
.replit
Normal file
2
.replit
Normal file
|
@ -0,0 +1,2 @@
|
|||
language = "nodejs"
|
||||
run = "npm start server.js"
|
|
@ -1,5 +1,5 @@
|
|||
# Haste
|
||||
|
||||
[](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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue