# Installation

> Clone my starter kit repository and install its dependencies.

## Prerequisites

- [Node.js](https://nodejs.org/en/download/) v22 or higher - JavaScript runtime
- [pnpm](https://pnpm.io/installation) - A fast, disk space efficient package manager
- [Git](https://git-scm.com/downloads) - Version control system
- [PostgreSQL](https://www.postgresql.org/download/) - Database (local or hosted)

## Cloning the repository

After you purchased my starter kit, you'll receive a link to download the repository.

You can clone it using the following command:

```bash
git clone https://github.com/NuxtStarterKit/nuxtstarterkit.git NAME_OF_YOUR_PROJECT
```

Replace `NAME_OF_YOUR_PROJECT` with the name of your project.

Alternatively, you can click the `Use this template` button on the GitHub repository page to create a new repository based on my starter kit:

![Template GitHub](docs/use-this-template.png)

This will create a new repository in your GitHub account with the same structure and files as my starter kit.
