# @solid/lit-pod

# Installation

```bash
npm install @solid/lit-pod solid-auth-client
```

# Usage

To be written.

# Browser support

lit-pod uses relatively modern JavaScript features that will work in all commonly-used browsers, except Internet Explorer. If you need support for Internet Explorer, it is recommended to pass it through a tool like [Babel](https://babeljs.io), and to add polyfills for e.g. `Set`, `Promise`, `Headers` and `Array.prototype.includes`.

# Changelog

See the [release notes](./CHANGELOG.md).

# License

MIT © [Inrupt](https://inrupt.com)
