You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

370 B

Mx Leaderboard API

Basic leaderboard api using next js, mariadb and typescript.

Development

  • Copy .env.example to .env, and add relevant information
  • pnpm install
  • pnpm start:dev

Deployment

  • Copy .env.example to .env, and add relevant information
  • npm run ci
  • npm run build
  • npm prune --production
  • npm start:prod --host 0.0.0.0