Quick Start

Quick Start

Create a new project

To create a new eclipsa project, use create-eclipsa:

bun create eclipsa
pnpm create eclipsa
deno run -A npm:create-eclipsa
yarn create eclipsa
npm create eclipsa

and

cd my-app
bun install # or pnpm install, deno task install, yarn install, npm install

Run the development server

bun dev # or pnpm dev, deno task dev, yarn dev, npm run dev

Verify search indexing

Use the phrase stellar-search-probe if you want to confirm the docs search index is picking up headings, body text, and inline code.