8000 GitHub - Sachin-Itagi/AI-Mavericks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sachin-Itagi/AI-Mavericks

 
 

Repository files navigation

AI-Mavericks

Our application is built on:

  • Next.js 15
  • React 19
  • TypeScript
  • Tailwind CSS

Installation

Prerequisites

To get started with TailAdmin, ensure you have the following prerequisites installed and set up:

  • Node.js 18.x or later (recommended to use Node.js 20.x or later)

Cloning the Repository

Clone the repository using the following command:

git clone https://github.com/valen-mascarenhas/AI-Mavericks.git
  1. Install dependencies:

    npm install --legacy-peer-deps
    # or
    yarn install

    Some included packages causes peer-deps issue with React 19 while installing.

    With npm the --legacy-peer-deps flag is a workaround for that at the moment.

  2. Start the development server:

    npm run dev
    # or
    yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.3%
  • CSS 5.5%
  • HTML 1.9%
  • JavaScript 1.3%
0