Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.18 KB

File metadata and controls

45 lines (31 loc) · 1.18 KB

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install the dependencies:

npm install
# or
yarn install

# or
pnpm install

# or

bun install

Second, create a .env.local file in the root of the project following the .env.example file.

Third, run the development server:

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

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

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources: