CMU-17313Q / fall23-nodebb-just-relax

fall23-nodebb-just-relax created by GitHub Classroom
GNU General Public License v3.0
0 stars 2 forks source link

Added Iroh to Nodebb #78

Open aishaalsubaie opened 1 year ago

aishaalsubaie commented 1 year ago

Issue #73 completed I installed iroh to nodebb which is a JavaScript code instrumentation and inspection library. It is used to intercept and observe the execution of JavaScript code in a program. It is often used for debugging, profiling, and gaining insights into how JavaScript code is running in a web application. The changes made included adding an iroh folder and index.js file. Also, iroh was added as a dependency in the package.json file.

Screen Shot 2023-10-22 at 6 51 42 PM

When i run node iroh/index.js:

Screen Shot 2023-10-22 at 6 43 56 PM