From a44a4c161ab1f852cae7f0700cf93a8690a0cda0 Mon Sep 17 00:00:00 2001 From: Daniel Gunnarsson Date: Tue, 12 Aug 2025 13:11:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 866b7b8..7f368a5 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ When you’re ready to start development, navigate into this folder with `cd dev And then start the project with `yarn dev` and pull up [http://localhost:3000/](http://localhost:3000/) in your browser. +Use `dev@payloadcms.com` and `test` to login. The default credentials can be found, and be adjusted in `/dev/helpers/credentials.ts`. + #### Src Now that we have our environment setup and we have a dev project ready to - it’s time to build the plugin!