> ## Documentation Index
> Fetch the complete documentation index at: https://atomictoolkit.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

## Requirements

* Node.js (version 16 or higher)
* npm (version 5.6 or higher) or yarn or pnpm

## Installation

<CodeGroup>
  ```bash npm theme={null}
  npm install atomic-toolkit
  ```

  ```bash yarn theme={null}
  yarn add atomic-toolkit
  ```

  ```bash pnpm theme={null}
  pnpm add atomic-toolkit
  ```
</CodeGroup>
