This is a Next.js project bootstrapped with create-next-app.
In order for the project to function the API needs to be running. If for any reason it's not being served from
https://localhost:4000 you can update the endpoint by changing the baseURL property in /api/index.ts.
First, install the dependencies.
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.