# Installation

Install the adapter for your framework with your preferred package manager:

```sh
npm i @tanstack/solid-pacer
```

Each framework package re-exports everything from the core `@tanstack/pacer` package, so you do not need to install the core package separately.

> [!NOTE]
> Not using a framework? Install the core `@tanstack/pacer` package directly for vanilla JavaScript.

## Devtools

Developer tools are available using [TanStack Devtools](https://tanstack.com/devtools/latest). Install the devtools adapter and the Pacer devtools plugin as dev dependencies to inspect your pacers at runtime.

```sh
npm i @tanstack/solid-devtools
npm i @tanstack/solid-pacer-devtools
```

See the [devtools](./devtools) page for setup and usage.