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

# Installation

Please follow the instructions and install ***Zyan*** template. At first, [Download](https://themeforest.net/downloads) the theme from ThemeForest then unzip it and follow the instructions in the video to see how you can install React on your hosting:

1. Open cmd

<div align="left"><figure><img src="https://img001.prntscr.com/file/img001/AVSKc3JXTea9pN7y9qCjQQ.png" alt=""><figcaption><p><em>open cmd</em></p></figcaption></figure></div>

2\. Before proceeding you'll need to install npm packages. You can do this by running `npm install` from the root of your project to install all the necessary dependencies.

<div align="left"><figure><img src="https://img001.prntscr.com/file/img001/BtvfczKuSOqQF4H2V7oxgw.png" alt=""><figcaption><p><em>npm install</em></p></figcaption></figure></div>

3\. Run `npm run dev` for a dev server. Navigate to [localhost:3000](http://localhost:3000/). The app will automatically reload if you change any of the source files.

<div align="left"><figure><img src="https://img001.prntscr.com/file/img001/lSZ5JoeYQUWUgoWBP9afZw.png" alt=""><figcaption><p><em>npm run dev</em></p></figcaption></figure></div>

## Deploying On Server

{% tabs %}
{% tab title="Vercel" %}
[Vercel](https://vercel.com/) is the platform for front-end developers, providing the speed and reliability innovators need to create at the moment of inspiration.

{% embed url="<https://www.youtube.com/watch?v=_8wkKL0LKks>" %}
Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites.
{% endembed %}
{% endtab %}

{% tab title="Netlify" %}
[Netlify](https://www.netlify.com/) is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites.

{% embed url="<https://www.youtube.com/watch?v=TbQ4kWX29lQ>" %}
{% endtab %}
{% endtabs %}
