From 659932521ce66acc16a8a7a80bed29c292532aee Mon Sep 17 00:00:00 2001
From: 6543 <6543@noreply.codeberg.org>
Date: Fri, 10 Jun 2022 20:17:07 +0200
Subject: [PATCH] Add info how to test & debug the server (#85)

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/85
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index b56239b..6543c90 100644
--- a/README.md
+++ b/README.md
@@ -97,3 +97,12 @@ After scanning the code, you should quickly be able to understand their function
 
 Again: Feel free to get in touch with us for any questions that might arise.
 Thank you very much.
+
+
+### Test Server
+
+run `just dev`
+now this pages should work:
+ - https://magiclike.localhost.mock.directory:4430/
+ - https://momar.localhost.mock.directory:4430/ci-testing/
+ - https://momar.localhost.mock.directory:4430/pag/@master/
\ No newline at end of file