Make sure you have yarn or npm.
Create .env.local file with the following variables:
NEXT_PUBLIC_API_BASE_URL=YOUR_MODUL1_URL
NEXT_PUBLIC_API_KEY=YOUR_MODUL1_API_KEY$ npm install
# or
$ yarn install$ npm run build
# or
$ yarn build$ npm run export
# or
$ yarn exportCheck the out/ directory.
$ npm run dev
# or
$ yarn devOpen http://localhost:3000 with your browser to see the application.