NORY-26: add documentation for setting up an admin account

This commit is contained in:
Markus Thielker 2024-12-26 12:32:29 +01:00
parent fe1c5cc83a
commit b2552cb729
No known key found for this signature in database

View file

@ -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