FiveM-focused GitHub search — find scripts and resources that match your framework, with smart filtering and known devs highlighted.
# Clone the repository
git clone https://github.com/alp1x/5mgithub
cd 5mgithub
# Install dependencies
bun i
# Copy environment file
cp .env.example .envEdit .env file with your credentials:
# GitHub OAuth App Credentials
# https://github.com/settings/developers -> New OAuth App
# Homepage URL: http://localhost:5173 (development)
# Callback URL: http://localhost:5173/api/auth/callback
GITHUB_CLIENT_ID=""
GITHUB_CLIENT_SECRET=""
# Upstash Redis (Cache)
# https://upstash.com/
UPSTASH_REDIS_REST_URL=""
UPSTASH_REDIS_REST_TOKEN=""- Go to GitHub Developer Settings
- Click "New OAuth App"
- Fill in:
- Application name: 5MGitHub (or anything)
- Homepage URL:
http://localhost:3000 - Callback URL:
http://localhost:3000/api/auth/callback
- Copy
Client IDandClient Secretto your.env
- Go to Upstash Console
- Create a new Redis database
- Copy
UPSTASH_REDIS_REST_URLandUPSTASH_REDIS_REST_TOKENto your.env
bun devhttps://github.com/iLLeniumStudios/awesome-fivem
5mgithub.dev ASSUMES NO RESPONSIBILITY OR LIABILITY FOR ANY REPOSITORIES FOUND THROUGH THIS SERVICE. ALL REPOSITORIES SHOWN ARE PUBLICLY AVAILABLE AND OPEN-SOURCE. PLEASE CONDUCT YOUR OWN DUE DILIGENCE AND SECURITY REVIEWS PRIOR TO USING ANY FOUND REPOSITORY.