GBA 4 Next.js This directory contains a Next.js version of a GBA web emulator. Environment variables NEXT_PUBLIC_GBA_SERVER_LOCATION=https://localhost NEXT_PUBLIC_GBA_RELEASE_VERSION=dev Development npm install npm run dev Production npm run build npm run start