--- import { getFormattedStars, getRepositoryRank } from '../lib/github'; import { getDiscordInfo } from '../lib/discord'; import OpenSourceStat from './OpenSourceStat.astro'; const repoName = 'kamranahmedse/developer-roadmap'; const starCount = await getFormattedStars(repoName); const repoRank = await getRepositoryRank(repoName); const discordInfo = await getDiscordInfo(); ---
Join the Community
roadmap.sh is the {repoRank} most starred project on GitHub and is visited by hundreds of thousands of developers every month.