---
url: https://gudhub.com/docs/ssr-ssg/server/install/
title: "Install\n                #"
description: "1. Clone : Clone project to your local folder 2. install packages : Enter npm i to your terminal 3. Configure : Write .env file by .env.example ( explained in C"
lang: uk
updated: 2026-09-11T14:05:15.141Z
---

# Install [#](https://gudhub.com/docs/ssr-ssg/server/install/#install)

## Process [#](https://gudhub.com/docs/ssr-ssg/server/install/#process)

1.  **Clone**: Clone project to your local folder
2.  **install packages**: Enter `npm i` to your terminal
3.  **Configure**: Write `.env` file by `.env.example` ( explained in [Configure](https://gudhub.com/docs/ssr-ssg/server/Configure/) )
4.  **Start web-site**: Rename your web-site folder like **HOST:PORT** in server `.env`
5.  **Start server**: Do `npm run dev` in server terminal
6.  **Open site**: Go to `http://<HOST:PORT>`
