This application requires a .env file at the root of the project for you to be able to connect to our external api.
You can use this one:
.env.local (note the dot at the start of the filename)
NEXT_PUBLIC_API_BASE_URL=http://localhost:4000/apiInstall dependencies:
npm ciThen you should be all set, run the following
npm run dev