This is a Next.js project initialized with create-next-app
.
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
To start the development server, run one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Then, open http://localhost:3000 in your browser to view the app.
You can start editing the page by modifying app/page.js
, and the page will auto-update as you save changes.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.