From dc8544716c0018cd2fdf607cd0e9da9c6b2a8561 Mon Sep 17 00:00:00 2001 From: djmil Date: Sun, 24 Nov 2024 18:30:11 +0100 Subject: [PATCH] wiki --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96dcd45..4695403 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Demo -https://cordacheckers.djmil.dev +https://cordacheckers.djmil.dev (currently offline) Since it is a turn-based board game, to have a complete experience - be sure to use at least two players. There are three LOGINs for you to choose from: - alice @@ -16,6 +16,7 @@ One important notice though, because it was decided to cut a few corners by dire Also, the React UI uses 30 sec polling intervals to fetch updated State information from server. If you do not want to wait - you can trigger immediate fetch directly by hands: simply flip online-offline toggle at the top of the screen. It can be seen immediately after big CordaCheckers inscription. # Source code overview +Check projects [[wiki|https://gitea.djmil.dev/djmil/corda-checkers/wiki]] pages for the architecure oweriview ## Backend