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

# Quickstart

> Make your first LearnTerms docs change and preview it locally.

## Start in three steps

This repo is a Mintlify site that will become the public home for LearnTerms documentation.

### Step 1: open the docs repo locally

```bash theme={null}
git clone https://github.com/jdang00/docs.git
cd docs
```

If you already cloned the repo, move into the directory that contains `docs.json`.

### Step 2: run the preview

You can preview without pushing anything:

```bash theme={null}
npx mint dev
```

If you prefer a global install, use `npm i -g mint` once and then run `mint dev`.

Open `http://localhost:3000` after the server starts. Mintlify reloads as you edit `.mdx` files and `docs.json`.

### Step 3: make a LearnTerms-first change

Good first edits:

1. Replace starter content with guidance copied from the app repo.
2. Keep navigation focused on real LearnTerms workflows.
3. Use the app repo as the source of truth for names, roles, and product behavior.

<Tip>
  The sibling app repo at `/Users/justindang/learnterms` is the best reference for product behavior while you migrate content.
</Tip>

## First content areas to migrate

<CardGroup cols={2}>
  <Card title="Onboarding" icon="door-open" href="/onboarding">
    Move the existing introduction and cohort onboarding guidance first.
  </Card>

  <Card title="Study flow" icon="book-open" href="/students/study-flow">
    Document the core student loop before edge-case features.
  </Card>

  <Card title="Content Library" icon="folder-tree" href="/admin/content-library">
    Capture how PDFs become chunks and usable source material.
  </Card>

  <Card title="AI models" icon="sparkles" href="/ai/learnterms-models">
    Explain model choices and generation behavior in product terms.
  </Card>
</CardGroup>
