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
- Instead of the typical folders & files view, a visual representation of the code is created. Below, it's showing the same repository, but instead of a directory structure, each file and folder as a circle: the circle’s color is the type of file, and the circle’s size represents the size of the file. See live demo <ahref='https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=oslabs-beta%2FChronos'>here</a>.
229
+
- If you want to visualize the way the files in the app are connected, we suggest using this data visualizer. Below, it's showing the same repository, but instead of a directory structure, each file and folder as a circle: the circle’s color is the type of file, and the circle’s size represents the size of the file. See live demo
### Running the Chronos desktop app in development mode (WSL Incompatible)
260
291
261
292
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.
293
+
2. Run `npm run start:electron` to start the electron app.
294
+
3.Run`npm audit fix` or `npm audit fix --force` if prompted
295
+
4.Refer to `Examples` sections below to spin up example applications.
296
+
(Recommended):
297
+
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