Skip to content

under-control-software/TraceTreeUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraceTreeUI

Prerequisites

This project uses sourcegraph api's. To Learn more about sourcegraph visit https://about.sourcegraph.com/

Sourcegraph Setup

Create your own sourcegraph instance.(Details)

Add github repository in this instance.(Details)

Create your own access token for the sourcegraph instance(Details)

Repository Setup

Provide the access token of sourcegraph, repository to search in and sourcegraph instance endpoint in '.env' file (as below) and keep it in root directory of the project

ACCESS_TOKEN=<Your sourcegraph access token>
REPOSITORY=<Repository to search in, example: spring-projects/spring-framework>
SOURCEGRAPH_ENDPOINT=<Url where sourcegraph instance is running, example: http://127.0.0.1:7080>

Quick Start

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5003 and client on http://localhost:3000

About

A tool that captures function call sequences in a convenient UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors