Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 485 Bytes

File metadata and controls

20 lines (13 loc) · 485 Bytes

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

Getting Started

Environment variables

Copy the sample environment file to get started, obtaining the necessary values from Engineering:

cp .env.local.sample .env.local

Running locally

bun install
bun dev

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