> For the complete documentation index, see [llms.txt](https://docs.ronaldzav.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ronaldzav.com/ultimate-network-template/instalation.md).

# Instalation

### 🛠️ Installation

1. Download the project files.
2. Open a terminal in the project folder.
3. Install the necessary dependencies:

```bash
npm install
```

### ⚙️ Configuration

This project uses environment variables for easy customization. Create a file named `.env.local` in the project root and add the following content:

```env
NEXT_PUBLIC_SERVER_NAME="Ultimate Network"
NEXT_PUBLIC_SERVER_IP="play.ultimatenetwork.com"
NEXT_PUBLIC_STORE_URL="https://store.ultimatenetwork.com"
NEXT_PUBLIC_DISCORD_URL="https://discord.gg/ultimatenetwork"
```

### 🚀 Commands

#### Development Mode

To edit the website and see changes in real-time:

```bash
npm run dev
```

#### Production Mode

To deploy the website in an optimized way:

1. Build the code:

```bash
npm run build
```

2. Start the server:

```bash
npm start
```

### 🆘 Support

If you need help editing the website, customizing components, or require additional technical assistance, you can request it at: 👉 [ronaldzav.com/support](https://ronaldzav.com/support)
