Skip to content

Commit 607e574

Browse files
authored
Update README.md
1 parent 28a6337 commit 607e574

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ See relevant section in our [documentation](https://github.com/ever-co/ever/wiki
163163

164164
### Run Platform Projects
165165

166-
Finally, each project from Ever Platform could start by single command from this list:
166+
After you build everything (`yarn build:all`, described above), each project from Ever Platform could be started by single command from this list:
167167

168168
- Run API server `yarn run:server`
169169
- Run Admin Website `yarn run:admin` and open http://localhost:4200
@@ -172,9 +172,11 @@ Finally, each project from Ever Platform could start by single command from this
172172
- Run Carrier Mobile app `yarn run:carrier` and open http://localhost:4203
173173
- Run Shopping Website `yarn run:shopweb` and open http://localhost:3000
174174

175-
Note 1: during development you can run server with `yarn run:server:dev` to enable watch on TS files changes
175+
Note 1: it is important to build shared / common platform modules (`yarn build:common` or `yarn build:all`) before running the Platform Core (API) or Apps
176176

177-
Note 2: on the first run, API Server (Backend) creates MongoDB local database `ever_development` with the following (default) Admin user
177+
Note 2: during development you can run server with `yarn run:server:dev` to enable watch on TS files changes
178+
179+
Note 3: on the first run, API Server (Backend) creates MongoDB local database `ever_development` with the following (default) Admin user
178180

179181
- email: `admin@ever.co`
180182
- password: `admin`

0 commit comments

Comments
 (0)