Skip to content

IRySTeam/IRyS-FE

Repository files navigation

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.