We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fea261 commit 2836c75Copy full SHA for 2836c75
docs/docs/developer/local-setup.mdx
@@ -157,16 +157,14 @@ make server-prisma-reset
157
158
### 6. Start Twenty
159
160
-Run the project with the following commands:
+Run the project with the following commands from `root folder`:
161
162
-In `/front`:
163
```bash
164
-make front-start
+make server-start
165
```
166
167
-In `/server`:
168
169
-make server-start
+make front-start
170
171
172
You should now have:
0 commit comments