---
title: "Getting Started"
description: "Install, configure, and ship your Nimbus docs site."
---

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

# Getting Started

A quick tour of the three things you'll do most: install, configure, and
ship.

## Install

Use your favorite package manager to scaffold a new Nimbus project.

## Configure

Open `astro.config.ts` and edit the `nimbus({ ... })` options. The
integration validates the config at build time.

## Ship

Run `astro build` and deploy the static output anywhere.

Source: https://docs.neonovora.com/getting-started/index.mdx
