This repository is using pnpm. If you don't have either node or pnpm, please follow the guide here.
To run the dev server, run pnpm i then pnpm dev.
To build for production and start the app, run pnpm run build then pnpm run start.
You also need to fill out .env.local and .env.development.local/.env.production.local where applicable.