From be835af48ba4ba909e61c56ac1699b1af8d74b19 Mon Sep 17 00:00:00 2001 From: Indrajeet Nikam Date: Sun, 30 Jul 2023 23:22:31 +0530 Subject: [PATCH] docs: fix instructions to start projects in the docker setup flow (#995) --- docs/docs/developer/local-setup.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/docs/developer/local-setup.mdx b/docs/docs/developer/local-setup.mdx index 4f4cf2ef66..c42d2ac00e 100644 --- a/docs/docs/developer/local-setup.mdx +++ b/docs/docs/developer/local-setup.mdx @@ -157,18 +157,16 @@ make server-prisma-reset ### 6. Start Twenty -Run the project with the following commands: +Run the project with the following commands from `root folder`: -In `/front`: -```bash -make front-start -``` - -In `/server`: ```bash make server-start ``` +```bash +make front-start +``` + You should now have: - **front** available on: [http://localhost:3001](http://localhost:3001) - **server** available on: [http://localhost:3000/graphql](http://localhost:3000/graphql)