Getting Started

Quickstart

This is your Quickstart page — a step-by-step guide to get users up and running fast. Replace these example steps with your own product's setup process.

Step 1: [Installation or Setup]

Replace this with your first step. Usually installing a CLI, SDK, or package.

# Replace with your install command
npm install your-package

Step 2: [Authentication or Configuration]

Replace with your second step. Usually signing in or setting an API key.

# Replace with your auth/config command
your-cli login

Step 3: [Create Something]

Replace with the step where the user creates their first project or resource.

# Replace with your creation command
your-cli init my-project
cd my-project

Step 4: [Run or Deploy]

Replace with the payoff step — where the user sees something working.

# Replace with your run command
your-cli start
Use a green callout for the success moment. Tell the user what they should see.

About Code Blocks

Code blocks get a "Copy" button automatically — no extra work needed. The copy button appears on hover.

What's Next