Mookth789 / admin-tairo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tairo Nuxt - Multipurpose Admin and Webapp Tailwind Template

cssninja-discord

▶️ Getting started

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.

Prerequisites

  1. A recent web browser (Chrome, Edge, Firefox, ...)
  2. Node.js LTS (> 16.x with pnpm > 7) installed
  3. Knowledge with Typescript (should not be installed globally)
  4. Knowledge with Tailwind CSS
  5. (recommended) VSCode with Volar

Install Node.js

  1. 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:

  1. 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 all node_modules, you can use pnpm clear:all command.

🔃 Run a development server

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/

💡 What to do next ?

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.

About

License:Other


Languages

Language:TypeScript 55.3%Language:Vue 43.9%Language:JavaScript 0.8%