First, run these commands to view this app:
# required
npm install -g pnpm
pnpm install
# For development server
pnpm dev
# for production
pnpm build
pnpm start
There is no need to do anything else as this app does not involve any env or db credentials