Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 705 Bytes

File metadata and controls

30 lines (19 loc) · 705 Bytes

Gitspace

Build

A simple app to know the space occupied by your public repositories: https://gitspace.io

alt text

Running the app locally

  • Install Node.js (>=20) and pnpm (>=10). With Corepack enabled (corepack enable), the packageManager field in package.json will activate the correct pnpm version automatically.
  • Install dependencies
pnpm install --frozen-lockfile
  • Run the app locally
pnpm start

Checkout: http://localhost:3000/

Deploy to github pages

pnpm deploy