> For the complete documentation index, see [llms.txt](https://hypeople-studio.gitbook.io/yoda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hypeople-studio.gitbook.io/yoda/html-version/installation.md).

# Installation

## Getting Started

Before starting the project you have to install some tools. It can be able to extract for sass and js file.

#### Node JS

First, we have to install Node JS.&#x20;

{% hint style="warning" %}
Be aware to install the 14.17.1 LTS Recommended version.
{% endhint %}

After installing Node Js, unzip the zip file you have download from ThemeForest.&#x20;

#### Let's Install&#x20;

After you installed Node successfully we can install npm/yarn

{% hint style="success" %}
Yarn package manager is recommended
{% endhint %}

```javascript
# For Yarn
yarn install

# For npm
npm install
```

\
After you successfully install npm you can start the project with the code below.  Next, You must install gulp-cli

```javascript
# For Yarn
yarn global add gulp-cli

# For Npm
npm install -g gulp-cli
```

You can build your project with the code below.

```
gulp
```
