Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 257 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 257 Bytes

Getting Started

Create an environment variable

NEXT_PUBLIC_API_URL = {API_URL}

First, run the development server:

npm install
npm run dev

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