🏠 Homepage
For GitExplorer to work in development, you need to follow the steps below
To install Chocolatey run in a PowerShell run the command below
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Finished, close the PowerShell adn run the following commands on prompt like administrator
choco install git
choco install nodejs
choco install yarn
To clone and install all dependences, run the command below
git clone https://github.com/Falkaniere/gitExplorer.git
cd gitExplorer
yarn install
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!