File tree 3 files changed +21
-12
lines changed
3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -94,22 +94,25 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
94
94
npm run portal:up
95
95
```
96
96
97
- This starts PostgreSQL, Redis, and S3Mock containers.
97
+ This starts PostgreSQL, Redis, and S3Mock containers. Wait a few moments for the services to be ready.
98
98
99
- 5 . ** Initialize Databases**
99
+ 5 . ** Initialize and Seed Databases**
100
100
101
101
``` bash
102
102
npm run db:init # Initialize main database
103
103
npm run portal:db:init # Initialize portal database and seed templates
104
104
```
105
105
106
- 6 . ** Start Backend Server**
106
+ 6 . ** Start Services**
107
+
108
+ Start the backend server:
107
109
108
110
``` bash
109
111
npm run dev:server
110
112
```
111
113
112
- 7 . ** Start Portal Frontend**
114
+ In a new terminal, start the portal frontend:
115
+
113
116
``` bash
114
117
npm run portal:dev
115
118
```
Original file line number Diff line number Diff line change @@ -83,22 +83,25 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
83
83
npm run portal:up
84
84
```
85
85
86
- This starts PostgreSQL, Redis, and S3Mock containers.
86
+ This starts PostgreSQL, Redis, and S3Mock containers. Wait a few moments for the services to be ready.
87
87
88
- 5 . ** Initialize Databases**
88
+ 5 . ** Initialize and Seed Databases**
89
89
90
90
``` bash
91
91
npm run db:init # Initialize main database
92
92
npm run portal:db:init # Initialize portal database and seed templates
93
93
```
94
94
95
- 6 . ** Start Backend Server**
95
+ 6 . ** Start Services**
96
+
97
+ Start the backend server:
96
98
97
99
``` bash
98
100
npm run dev:server
99
101
```
100
102
101
- 7 . ** Start Portal Frontend**
103
+ In a new terminal, start the portal frontend:
104
+
102
105
``` bash
103
106
npm run portal:dev
104
107
```
Original file line number Diff line number Diff line change @@ -86,22 +86,25 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u
86
86
npm run portal:up
87
87
```
88
88
89
- This starts PostgreSQL, Redis, and S3Mock containers.
89
+ This starts PostgreSQL, Redis, and S3Mock containers. Wait a few moments for the services to be ready.
90
90
91
- 5 . ** Initialize Databases**
91
+ 5 . ** Initialize and Seed Databases**
92
92
93
93
``` cmd
94
94
npm run db:init # Initialize main database
95
95
npm run portal:db:init # Initialize portal database and seed templates
96
96
```
97
97
98
- 6 . ** Start Backend Server**
98
+ 6 . ** Start Services**
99
+
100
+ Start the backend server:
99
101
100
102
``` cmd
101
103
npm run dev:server
102
104
```
103
105
104
- 7 . ** Start Portal Frontend**
106
+ In a new terminal, start the portal frontend:
107
+
105
108
``` cmd
106
109
npm run portal:dev
107
110
```
You can’t perform that action at this time.
0 commit comments