Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martmull committed Oct 18, 2024
1 parent 31453db commit be37e3b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,14 @@ Setup your database with the following command:
npx nx database:reset twenty-server
```

Start the server and the frontend:
Start the server, the worker and the frontend services:
```bash
npx nx start twenty-server
npx nx worker twenty-server
npx nx start twenty-front
```

Alternatively, you can start both applications at once:
Alternatively, you can start all services at once:
```bash
npx nx start
```
Expand Down

0 comments on commit be37e3b

Please sign in to comment.