Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 504 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 504 Bytes

Paige App

A minimal landing page built with Next.js and Tailwind CSS.

Getting Started

Run the development server:

bun run dev

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

Project Structure

  • app/page.tsx - Main landing page component
  • app/layout.tsx - Root layout component
  • app/globals.css - Global styles

Built With