This is a Next.js project bootstrapped with create-next-app
.
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next-Intl - an internationalization plugin for Next.js.
- Auth.js - an authentication plugin for Next.js.