mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 00:52:21 +03:00
docs: fix instructions to start projects in the docker setup flow (#995)
This commit is contained in:
parent
28765fe7c3
commit
be835af48b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user