File tree Expand file tree Collapse file tree 3 files changed +12
-24
lines changed
Expand file tree Collapse file tree 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
105105
1061066 . ** Start Services**
107107
108- Start the backend server :
108+ Start the required services in separate terminal windows :
109109
110110 ``` 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
118114 ```
119115
120116## 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
9696
97976 . ** Start Services**
9898
99- Start the backend server :
99+ Start the required services in separate terminal windows :
100100
101101 ``` 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
109105 ```
110106
111107## 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
117117
1181186 . ** Start Services**
119119
120- Start the backend server :
120+ Start the required services in separate terminal windows :
121121
122122 ``` 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
130126 ```
131127
132128## Verification
You can’t perform that action at this time.
0 commit comments