add example, readme

This commit is contained in:
b1ek 2023-03-04 11:16:34 +10:00
parent 83e72e7ed6
commit 4abe2382ef
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 13 additions and 0 deletions

4
.env.example Normal file
View File

@ -0,0 +1,4 @@
APP_PORT=8080
APP_DEBUG=true
MAXLEN=5120

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# blek! Bin
blek! Bin is a minimalist, privacy-respecting alternative to pastebin.
# Running an instance
```bash
cp .env.example .env
# edit your .env
npm run dev/prod
```