Discover the number of contributions you made to Nuxt and get the Nuxter badge on Nuxt Discord server.
Install the dependencies with pnpm:
pnpm installNext, copy the .env.example to .env and fill the env variables.
Start the development server on http://localhost:3000:
pnpm dev- Run
pnpm collect:contributorslocally withNUXT_GITHUB_TOKENset to a GitHub personal access token that can read public repos. - The script aggregates contributions across Nuxt organizations and writes the results to
public/contributors.json. .github/workflows/update-contributors.ymlrefreshes the data nightly and on demand, committing changes automatically.
