Contributing Setup the Frontend in Development pnpm install cd apps/web cp .env.example .env.local # fill in the .env.local file with the correct values Run the Frontend in Development cd apps/web pnpm dev