First of all, Thank you so much for purchasing this template and for being our loyal customer. You are awesome! You are entitled to get free lifetime updates to this product and support from the cssninjaStudio team directly. Tairo is a product built by cssninjaStudio and Digisquad.
- A recent web browser (Chrome, Edge, Firefox, ...)
- Node.js LTS (LTS or Current version) installed
- Knowledge with Typescript (should not be installed globally)
- Knowledge with Tailwind CSS
- (recommended) VSCode with Volar
- Check if you already have Node.js installed. Run this command in your terminal:
node -v
If node is not installed on your machine, you can go to the official nodejs.org website, and choose the version depending on your operating system:
- Install Node.js and npm on Windows, Linux or Mac OSX
- Or, install Node Version Manager to quickly install and use different versions of Node.js
- Enable pnpm with corepack
corepack enable
corepack prepare pnpm@latest --activate
corepack is installed with node from v16.13.x, if your version is below, install it with:
npm install -g corepack
To setup the template and start installing project dependencies, run:
pnpm install
Note: This will install depenencies form all packages that matches with
pnpm-workspace.yaml
. If you need to clear allnode_modules
, you can usepnpm clear:all
command.
To start the development server, run:
pnpm dev
This will run the dev
script from the package.json
file.
Access the Tairo frontend in your browser at http://localhost:3000/
Our online documentation is a great place to learn how to use Tairo. We try to keep it mostly up to date, so you can always find the latest information.
We also have a great discord community where you can ask questions and show your work.