From b19568a5249671ff9829b03849ee9537aee1109d Mon Sep 17 00:00:00 2001 From: jedi Date: Tue, 17 Dec 2019 14:28:04 +0100 Subject: [PATCH] add a little bit of readme --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b5c0d12..572b6b0 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,8 @@ # lfbackend -This is the background api of c3lf.de \ No newline at end of file +This is the background api of c3lf.de + +### Development server +```bash +docker-compose up +```