A Next.js App.
First, Install required packages:
npm install
# or
pnpm install
# or
yarn install
Next, create a .env.local
file containing appropriate enivironment variables/secrets.
Finally, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result and use the App.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.