Code Lens is a tool to visualize and understand codebases. It's composed of two main parts: a web interface and an agent.
- Web: The frontend application for visualizing the code.
- Agent: The backend agent that analyzes the code and provides the data for visualization.
To get started with Code Lens, you'll need to set up both the agent and the web applications.
- Bun installed on your machine.
-
Clone the repository:
git clone https://github.com/Tushar98644/CodeLens.git cd code-lens -
Set up the agent:
- Navigate to the
agentdirectory:cd agent - Follow the instructions in the agent's README.
- Navigate to the
-
Set up the web application:
- Navigate to the
webdirectory:cd web - Follow the instructions in the web's README.
- Navigate to the
Once both the agent and the web application are running, you can open your browser to http://localhost:3000 to start using Code Lens.
