Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 908 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 908 Bytes

Zon

Shed light on your codebase.

Zon demo

This project is in a pre-release state. Feedback and ideas are appreciated!

How to install

For now, using Zon requires building it from source.

Prerequisites

Installation steps

  1. Clone the repo and cd into it.
  2. yarn
  3. yarn build
  4. cargo build
  5. Copy the binary from target/debug/zon to some place in your PATH. Usage will require opening a new terminal window.

How to use

Navigate to a codebase you wish to inspect, and run zon. Open a browser and go to http://localhost:3030 to see the result!