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.
18 lines
373 B
Markdown
18 lines
373 B
Markdown
# 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
|
|
- `pnpm run i`
|
|
- `pnpm run build`
|
|
- `pnpm prune --production`
|
|
- `pnpm start:prod --host 0.0.0.0`
|