@@ -28,12 +28,16 @@ Contributors:
2828[ Elsa Holmgren] ( https://github.com/ekh88 ) ,
2929[ Mckenzie Morris] ( https://github.com/mckenzie-morris ) ,
3030[ Kelly Chandler] ( https://github.com/kchandler44 ) ,
31- [ Sean Simson ] ( https://github.com/seantokuzo ) ,
31+ [ Sean Simpson ] ( https://github.com/seantokuzo ) ,
3232[ Zhongyan Liang] ( https://github.com/ZhongyanLiang )
3333
3434</div >
3535Updates:
36- <li >TBD</li >
36+ <li >Created new and improved microservices application with updated syntax to better demonstrate Chronos' capabilities</li >
37+ <li >Dockerized microservices application to demonstrate Chronos within a containerized environment</li >
38+ <li >Added visulization of Chronos' codebase to illustrate overall structure</li >
39+ <li >Simplified installation and startup instructions in the root directory README file</li >
40+ <li >Improved documentation in chronos_npm_package README file for easier on-boarding </li >
3741
3842<a href =' ' >Version 13.0 Medium Article</a >
3943
@@ -256,7 +260,7 @@ export DISPLAY="`sed -n 's/nameserver //p' /etc/resolv.conf`:0"
256260
2572611 . From the root directory, run ` npm install `
2582622 . Run ` npm run build `
259- 3 . Depends on the environment , run ` npm audit fix ` or ` npm audit fix --force ` if prompted
263+ 3 . For Windows users , run ` npm audit fix ` or ` npm audit fix --force ` if prompted
2602644 . Open a new terminal and run ` npm run dev:app ` to start the Webpack development server
2612655 . Open a new terminal and run ` npm run dev:electron ` to start the Electron UI in development mode.
2622666 . Refer to ` Examples ` sections below to spin up example applications.
0 commit comments