Setup and installations

INSTALL.

Zero bloat. Zero fluff. Execute these commands to bootstrap your high-performance environment.

1

Initialize Next.js

Set up the foundation with App Router and TypeScript.

For more visit Next.js
$npx create-next-app@latest my-app --typescript --tailwind --eslint
2

Framer Motion

The essential kit for motion, icons, and class management.

For more visit Framer Motion
$npm install framer-motion
3

Lucide React Icons

The essential kit for motion, icons, and class management.

For more visit Lucide React
$npm install lucide-react
4

Utility Configuration

Configure the 'cn' helper in your lib/utils.ts file.

$mkdir lib && touch lib/utils.ts