Discover the number of contributions you made to npmx and share your npmxer profile.
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 the npmx-dev GitHub organization and writes the results to
public/contributors.json. .github/workflows/update-contributors.ymlrefreshes the data nightly and on demand, committing changes automatically.
This project is a fork and adapted version of Nuxters, built by the Nuxt team. Huge thanks to the original creators for open-sourcing their codebase!
