A simple app to know the space occupied by your public repositories: https://gitspace.io
- Install Node.js (>=20) and pnpm (>=10). With Corepack enabled (
corepack enable), thepackageManagerfield inpackage.jsonwill activate the correct pnpm version automatically. - Install dependencies
pnpm install --frozen-lockfile- Run the app locally
pnpm startCheckout: http://localhost:3000/
pnpm deploy