From b2552cb729c20104e15b32ef3e6c79c07f759504 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Thu, 26 Dec 2024 12:32:29 +0100 Subject: [PATCH] NORY-26: add documentation for setting up an admin account --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cdfd27b..8a10ca6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ bun install bun run dev ``` +Create an account using the authentication UI on http://localhost:3000. +The verification code can be found on the dummy SMTP dashboard on http://localhost:4436. + Inside another terminal session we can start the dashboard UI: ```bash