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

Build and start

The default starter uses @eclipsa/node for production Node output.

bun run build
bun run start

eclipsa() writes the standard dist/server/index.mjs Request handler factory. The node() adapter also writes dist/server/node.mjs, which is what the starter start script runs.

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.