# Overview

TanStack Config is a collection of tools we currently use between our projects to simplify configuration.

## Required Pre-Requisites

The following tools are required to use these packages:

- [Node.js v20.17.0+](https://nodejs.org/en/download/current/)
- [Git CLI](https://git-scm.com/downloads)
- [GitHub CLI](https://cli.github.com/) (pre-installed on GitHub Actions)
- [pnpm v10+](https://pnpm.io/)

> pnpm is the only supported package manager for TanStack Config.

## Utilities

- [ESLint](./eslint.md)
- [Publish](./publish.md)
- [Vite](./vite.md)

## Conventions

- [CI/CD](./ci-cd.md)
- [Dependencies](./dependencies.md)
- [Package Structure](./package-structure.md)
