or

or

yarn dev

auto-imported
View Source

Overview

A Next.js project bootstrapped with create-next-app.

Getting Started

Running the Development Server

Pick one of the following commands based on the package manager you’re using:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Once the server is running, open http://localhost:3000 in your browser to see the result.

Editing Pages

Start from app/page.tsx. The page will update automatically every time you save your changes, thanks to Next.js’s built-in hot reload.

Fonts

This project uses next/font to automatically optimize and load Geist — Vercel’s latest font family.

Learn More

To dive deeper into Next.js, check out the following resources:

ResourceDescription
Next.js DocumentationFeatures and API reference.
Learn Next.jsAn interactive tutorial for beginners.
Next.js GitHub RepositoryFeedback and contributions are very welcome.

Deploy on Vercel

The easiest way to deploy a Next.js app is via the Vercel Platform — built by the same team that created Next.js.

For a complete guide, read the Next.js deployment documentation.