Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 309 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 309 Bytes

Next Experience

Getting Started

First, create a file .env.local and copy the content from .env.example.

Second, 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.