Skip to content

Commit 2836c75

Browse files
indrajitbnikamAdityaPimpalkar
authored andcommitted
docs: fix instructions to start projects in the docker setup flow (twentyhq#995)
1 parent 8fea261 commit 2836c75

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/docs/developer/local-setup.mdx

+3-5
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,14 @@ make server-prisma-reset
157157

158158
### 6. Start Twenty
159159

160-
Run the project with the following commands:
160+
Run the project with the following commands from `root folder`:
161161

162-
In `/front`:
163162
```bash
164-
make front-start
163+
make server-start
165164
```
166165

167-
In `/server`:
168166
```bash
169-
make server-start
167+
make front-start
170168
```
171169

172170
You should now have:

0 commit comments

Comments
 (0)