# pg_stat_ch docs The pg_stat_ch documentation is built with [Mintlify](https://mintlify.com/) and hosted at [TBD](TO DO) ## Running locally To run the docs locally, you will need the Mintlify CLI tool installed. Run the following command to install the CLI: ```bash npm i -g mint ``` Or ```bash pnpm add -g mint ``` Start the development server from the `docs` directory of the repository: ```bash mint dev ``` The site will launch in your browser at `http://localhost:3000`.