/astro-minisearch

Astro plugin for client-side search

Primary LanguageTypeScriptMIT LicenseMIT

Astro + MiniSearch

Astro is a website build tool for the modern web. MiniSearch is a tiny but powerful in-memory fulltext search engine that can comfortably run both in Node and in the browser. This project is some glue between them both.

Directory

This is a monorepo using PNPM workspaces. Here's what's inside:

Development

This project is using changesets. When submitting a PR, be sure to add a changeset describing the change.

New changesets

In the root directory run pnpm changeset. Answer the questions and commit temp files to the .changeset directory.

Releases

Releases are automatically handled by GitHub actions whenever a PR is merged.