File tree 3 files changed +12
-24
lines changed
3 files changed +12
-24
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,12 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
105
105
106
106
6 . ** Start Services**
107
107
108
- Start the backend server :
108
+ Start the required services in separate terminal windows :
109
109
110
110
``` bash
111
- npm run dev:server
112
- ```
113
-
114
- In a new terminal, start the portal frontend:
115
-
116
- ``` bash
117
- npm run portal:dev
111
+ npm run dev-base # Start the base services
112
+ npm run dev:connector # Start the connector service
113
+ npm run dev:portal # Start the portal frontend
118
114
```
119
115
120
116
## Verification
Original file line number Diff line number Diff line change @@ -96,16 +96,12 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
96
96
97
97
6 . ** Start Services**
98
98
99
- Start the backend server :
99
+ Start the required services in separate terminal windows :
100
100
101
101
``` bash
102
- npm run dev:server
103
- ```
104
-
105
- In a new terminal, start the portal frontend:
106
-
107
- ``` bash
108
- npm run portal:dev
102
+ npm run dev-base # Start the base services
103
+ npm run dev:connector # Start the connector service
104
+ npm run dev:portal # Start the portal frontend
109
105
```
110
106
111
107
## Verification
Original file line number Diff line number Diff line change @@ -117,16 +117,12 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
117
117
118
118
6 . ** Start Services**
119
119
120
- Start the backend server :
120
+ Start the required services in separate terminal windows :
121
121
122
122
``` cmd
123
- npm run dev:server
124
- ```
125
-
126
- In a new terminal, start the portal frontend:
127
-
128
- ``` cmd
129
- npm run portal:dev
123
+ npm run dev-base # Start the base services
124
+ npm run dev:connector # Start the connector service
125
+ npm run dev:portal # Start the portal frontend
130
126
```
131
127
132
128
## Verification
You can’t perform that action at this time.
0 commit comments