Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Latest commit

 

History

History
58 lines (37 loc) · 1.24 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.24 KB

Welcome to GitExplorer 👋

Version License: ISC


Get started

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

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!