The AI-powered Github leaderboard.
Created by @sotergreco - Find the code for this project on Github
Repo-Ranger is an AI-powered Github leaderboard. It analyzes your Github activity and based on your score (💯) you win a clap (👏) or a poo(💩). Top 10 will get 🌟
Clone the repository:
git clone https://github.com/vanguardvirtual/repo-ranger.git
Install dependencies for both frontend and backend:
pnpm install
cd api && pnpm install
Set up environment variables:
Create a .env
file in the root directory and the api
directory, and add the necessary environment variables (refer to .env.example
if available).
Start the backend server:
cd api && pnpm run dev
Start the frontend development server:
pnpm run dev
Open your browser and navigate to http://localhost:3000
(or the port specified in your configuration).
All the API endpoints are on Bruno, we haven't set up Bruno yet. It is coming in the future. (Check here for updates: https://github.com/vanguardvirtual/repo-ranger/issues/11)
We welcome contributions! Please see CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.