Skip to content

PoliNetworkOrg/Rankings

Repository files navigation

Rankings

Info

  • Every time the main branch is updated, the website preview build will automatically update too: the preview build is hosted here.
  • Every PR will also get its own preview deployed by the CI workflows, and the link will be posted as a comment by the bot.

Data generation

Development Setup

Requirements:

  • NodeJS >= LTS (18.16.x) (linux: nvm)
  • pnpm >= 8.x (installation via corepack is ok)

Install deps and start:

  1. Clone this repo
  2. Install deps
    pnpm install
  3. Start
    pnpn dev

Old