Menu
Documentation

Before you start

Get your access

Tairo is a premium template sold on ThemeForest. You have to purchase a license to get access to the source.

Once you own a license, you will be able to download the source from your ThemeForest account. You can also get your github lifetime access from us, which will allow you to get the latest updates, before they're even released on ThemeForest.

Important

Remember to make and keep your repository private if you fork or create a new git repository.


Useful resources:


Get help from our support team

When purchasing a license, you get access to our integrated support portal up to six months after your order. You can ask questions, send your feedback, report bugs and get help from our support team.

Please read the troubleshooting guide before asking for help, as it may help you solve your issue faster.

Once your support period is over, we still give you the opportunity to ask questions on our support portal, but we cannot guarantee a response.

In any case, we encourage you to join us on our discord server, where you can find previous answers to common questions and get help from the community. Feel free to share your feedback, ideas and promote your projects!

Community

We built a nice and helping discord community. Join our Discord server to get help from the community, anywhere anytime.


Useful resources:


Prerequisites

You need to have Node.js LTS installed on your machine.

We do not recommend using the latest version of Node.js as they might introduce breaking changes and produce unexpected results with underlying dependencies.

Verify Node.js installation

You should see the version of Node.js you just installed, it should be at least 22.x.x

bash
node -v

Enable corepack

Corepack is installed by default with Node.js. It allows you to install packages manager, like yarn or pnpm.

bash
corepack enable
Use WSL

WSL is a compatibility layer for running Linux binary executables natively on Windows. It allows you to run a full-fledged Linux environment on Windows, which is very useful for web development.


Useful resources: