crypto-celebration-2026

Crypto Celebration 2026

A modern landing page built with Next.js 15, React 19, TypeScript, and Tailwind CSS.

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Tech Stack

Project Structure

├── app/
│   ├── layout.tsx      # Root layout
│   ├── page.tsx        # Landing page
│   └── globals.css     # Global styles
├── public/             # Static assets
├── package.json        # Dependencies
└── tsconfig.json       # TypeScript config

Learn More