A static discovery layer for the Library Innovation Lab's Data.gov Archive. Uses DuckDB-Wasm to execute client-side queries of archive catalog metadata.
For more information, see the announcement on our blog.
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build