Skip to content

Commit 835fc24

Browse files
Update docs to correct required services scripts
1 parent 99acdba commit 835fc24

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

docs/installation/linux.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,12 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
105105

106106
6. **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

docs/installation/macos.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,12 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
9696

9797
6. **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

docs/installation/windows.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,12 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
117117

118118
6. **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

0 commit comments

Comments
 (0)