@rayburst/cli 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,7 +83,16 @@ The generated `analysis.json` contains:
83
83
  - **Branches**: Git branch information
84
84
  - **Files**: Modification timestamps
85
85
 
86
- This data can be visualized using the [Rayburst web application](https://rayburst.app).
86
+ ## Viewing Your Analysis
87
+
88
+ Once analysis is complete, open the [Rayburst web application](https://rayburst.app) in Chrome or Edge:
89
+
90
+ 1. Click "Add Project" button
91
+ 2. Select your project folder
92
+ 3. The app will load `.rayburst/analysis.json` automatically
93
+ 4. Explore your codebase visually with interactive dependency graphs
94
+
95
+ The web app uses the File System Access API (Chrome/Edge only) to read your local analysis data.
87
96
 
88
97
  ## Example Output
89
98