Our application is built on:
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
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)
Clone the repository using the following command:
git clone https://github.com/valen-mascarenhas/AI-Mavericks.git
-
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. -
Start the development server:
npm run dev # or yarn dev