Project | How to use | Tools
- Application developed to perform repository searches using the Github API.
You'll need to install Git and Node.js
# Clone the repository
git clone https://github.com/Deborarss/github-explorer.git# Go to project
cd github-explorer
# Install dependencies
yarn
# Run the project
yarn start