Documentation

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.

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

Useful resources:

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!

Join our Discord server to get help from the community.

Useful resources:

Nuxt

Fullstack Web Framework

Tailwind CSS

Utility-first CSS Framework

Typescript

Improves code quality

The template is built with Nuxt and Tailwind CSS. 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 20.x.x

bash

Install pnpm with corepack

Corepack is installed by default with Node.js. It allows you to install packages globally without polluting your global package space.

bash

Verify pnpm installation

You should see the version of pnpm you just installed, it should be at least 8.x.x

shell
For windows users, we recommend using WSL

Useful resources: