diff --git a/src/components/OpenSourceBanner.astro b/src/components/OpenSourceBanner.astro new file mode 100644 index 000000000..52b28ff64 --- /dev/null +++ b/src/components/OpenSourceBanner.astro @@ -0,0 +1,40 @@ +--- +import { getFormattedStars } from '../lib/github'; +import Icon from './Icon.astro'; + +const starCount = await getFormattedStars('kamranahmedse/developer-roadmap'); +--- + +
+ The project is OpenSource, 6th most starred project on GitHub and is visited by hundreds of thousands of developers every month. +
+ + +