> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rmitnct.club/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the home of NCTHub Documentation.

<img src="https://mintcdn.com/nct-06df92d5/QZ2Vj9DSZf8wx3fC/images/nct_hero.png?fit=max&auto=format&n=QZ2Vj9DSZf8wx3fC&q=85&s=0fe9aceb2d8a0c92f6c94f3d793569b9" alt="Hero" width="8334" height="3102" data-path="images/nct_hero.png" />

<p
  style={{
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
gap: 6,
margin: 0,
color: 'var(--mint-muted)',
fontSize: 14,
lineHeight: 1,
}}
>
  <a
    href="https://tuturuuu.com/"
    target="_blank"
    rel="noopener noreferrer"
    style={{
  color: 'inherit',
  fontWeight: 500,
  textDecoration: 'none',
  transition: 'color 120ms ease, text-decoration-color 120ms ease',
}}
    onMouseEnter={(e) => {
  e.currentTarget.style.color = 'var(--mint-foreground)';
  e.currentTarget.style.textDecoration = 'underline';
  e.currentTarget.style.textDecorationColor = 'currentColor';
}}
    onMouseLeave={(e) => {
  e.currentTarget.style.color = 'inherit';
  e.currentTarget.style.textDecoration = 'none';
}}
  >
    Powered by Tuturuuu
  </a>
</p>

## Setting up

The first step to getting started with NCTHub is to set up your development environment.

<CardGroup cols={1}>
  <Card title="Development Setup" icon="gear" href="/development">
    Learn how to set up your development environment.
  </Card>
</CardGroup>
