From 40d4a0d9c82617be422c90e291f33a2e182a040d Mon Sep 17 00:00:00 2001 From: Sourav Pakhira Date: Thu, 28 Dec 2023 18:21:58 +0530 Subject: [PATCH] docs : added password in yarn setup doc (#3174) --- .../twenty-docs/docs/contributor/local-setup/yarn-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-docs/docs/contributor/local-setup/yarn-setup.mdx b/packages/twenty-docs/docs/contributor/local-setup/yarn-setup.mdx index df1986565..0a0c0fd3c 100644 --- a/packages/twenty-docs/docs/contributor/local-setup/yarn-setup.mdx +++ b/packages/twenty-docs/docs/contributor/local-setup/yarn-setup.mdx @@ -194,5 +194,5 @@ yarn nx start twenty-front ``` Twenty's server will be up and running at [http://localhost:3000/graphql](http://localhost:3000/graphql). -Twenty's frontend will be running at [http://localhost:3001](http://localhost:3001). Just login using the seeded demo account: `tim@apple.dev` to start using Twenty. +Twenty's frontend will be running at [http://localhost:3001](http://localhost:3001). Just login using the seeded demo account: `tim@apple.dev` (password: `Applecar2025`) to start using Twenty.