Vite + React site for useargus.dev.
pnpm install
pnpm devpnpm buildprebuild runs scripts/fetch-ecosystem-stats.mjs, which pulls GitHub release, npm, and PyPI download stats into src/generated/ecosystem-stats.json. The homepage also tries a live refresh in the browser on load.
- Import the
websiterepo (or set Root Directory =websitein a monorepo). - Build command:
pnpm run build - Output directory:
dist
Stats refresh whenever you redeploy — prebuild fetches the latest numbers before each build.