You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Running the Chronos desktop app in development mode (WSL Incompatible)
260
260
261
261
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).
0 commit comments