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.
This is a monorepo using PNPM workspaces. Here's what's inside:
- packages/astro-minisearch - the main package
- demo: sample search using Astro docs template
This project is using changesets. When submitting a PR, be sure to add a changeset describing the change.
In the root directory run pnpm changeset
.
Answer the questions and commit temp files to the .changeset
directory.
Releases are automatically handled by GitHub actions whenever a PR is merged.