Skip to content

leaderboardsgg/leaderboard-admin

Repository files navigation

Leaderboards.gg Admin Panel

This is the repo for the Vue web app for Admins of the site.

Dev setup

  • install node 23.0.0 or higher

  • install pnpm 9.0.0 (Performant NPM)
    $ npm install -g pnpm

  • install dependencies
    $ pnpm install

  • create a .env.local file based on example.env.

  • serve with hot reload at localhost:5173
    $ pnpm dev