Skip to content

Commit 6123883

Browse files
committed
edited Readme
1 parent 2edc85a commit 6123883

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ export DISPLAY="`sed -n 's/nameserver //p' /etc/resolv.conf`:0"
259259
### Running the Chronos desktop app in development mode (WSL Incompatible)
260260

261261
1. From the root directory, run `npm install`
262-
2. Run `npm run build`
263-
3. For Windows users, run `npm audit fix` or `npm audit fix --force` if prompted
264-
4. Open a new terminal and run `npm run dev:app` to start the Webpack development server
265-
5. Open a new terminal and run `npm run dev:electron` to start the Electron UI in development mode.
266-
6. Refer to `Examples` sections below to spin up example applications.
262+
2. Run `npm run start:electron` to start the electron app.
263+
3. Run `npm audit fix` or `npm audit fix --force` if prompted
264+
4. Refer to `Examples` sections below to spin up example applications.
265+
(Recommended):
266+
If you have mongo community edition running locally just run `npm run start:microservices` to start populating database with server data(more detail in Microservices Example section).
267267

268268
#
269269

examples/microservices/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ Note: You may run out of space in your database if the services run for an exten
5757

5858
To spin up the example application:
5959

60-
1. `cd` into the `examples/microservices` folder
61-
2. Run `npm run pkg:install` to install all necessary dependencies
62-
3. Run `npm start`
60+
1. Run `npm run start:microservices`
61+
2. Click on the Example Button
62+
3. Click on the Microservices card
63+
64+
<img src="../../assets/example-microservices-tracker.png" alt="Chronos" title="Chronos" align="center" />\
65+
6366

6467
Open a web browser to `localhost:5001` to send requests from the client
6568

0 commit comments

Comments
 (0)