Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 574 Bytes

A Next.js App.

Getting Started

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.