---
title: "Guides"
description: "Practical how-to guides for project setup and team collaboration."
canonical: "/learn/guides"
---

import { CardGrid, LinkCard } from '@astrojs/starlight/components'
import { LINKS } from '~/constants/links'

<CardGrid>
  <LinkCard
    title="Project Setup"
    href={LINKS.guides('project')}
    description="Configure your project with the right tools and settings"
  />
  <LinkCard
    title="Team Collaboration"
    href={LINKS.guides('project-collaboration/00-getting-started')}
    description="Best practices for working effectively in a team"
  />
</CardGrid>
