Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.05 KB

INSTALL.md

File metadata and controls

18 lines (12 loc) · 1.05 KB
  1. Within a git repository, or a directory containing git repositories, run the command npx git-truck@latest.

  2. If it is your first time using git truck, press y followed by enter when it asks you to download the package. billede

  3. The application will now open in your default browser, while in your terminal, you can see the progress of analyzing your repository.

billede

  1. Once the analyzation is complete, you will see your repository visualized in your browser.

Manual installation

In case you do not wish to use NPM, you can do the following

  1. Clone this repository to your machine
  2. In the project folder, install dependencies by running npm i
  3. In the root folder of the project run npm start -- --path /path/to/repo where the last argument, is the path to the repository you want to analyze.