No description
Find a file
2025-01-04 06:13:53 +09:00
app Sort bans by most recent 2025-01-04 06:13:53 +09:00
components Add ranking deletion and ban admin page 2025-01-03 23:18:08 +09:00
helpers Added support for permanent/temporary bans 2025-01-04 00:15:39 +09:00
public New carousel image 2023-07-11 05:46:55 +02:00
.eslintrc.json Initial release 2023-07-01 22:21:59 +02:00
.gitignore Added everything (gathering/tournaments/home/apis) 2023-07-06 22:58:29 +02:00
.prettierrc.json Add time trial rankings to mk8 website 2024-04-08 07:13:59 +02:00
compile_proto.bat Add ranking deletion and ban admin page 2025-01-03 23:18:08 +09:00
compile_proto.sh Add ranking deletion and ban admin page 2025-01-03 23:18:08 +09:00
example.app.config.ts Added everything (gathering/tournaments/home/apis) 2023-07-06 22:58:29 +02:00
middleware.ts Add ranking deletion and ban admin page 2025-01-03 23:18:08 +09:00
next.config.js Initial release 2023-07-01 22:21:59 +02:00
package-lock.json Add time trial rankings to mk8 website 2024-04-08 07:13:59 +02:00
package.json Add time trial rankings to mk8 website 2024-04-08 07:13:59 +02:00
README.md Add asset dumping instructions 2023-07-07 16:16:09 +02:00
tsconfig.json Initial commit from Create Next App 2023-06-25 18:01:35 +02:00

MK8 Pretendo website

Instructions

  • Rename app.config.example.ts to app.config.ts and edit the configuration file to match your running env.
npm install
npm run build
npm run start

Missing assets

Please run the Mario Kart 8 UI assets dumper and put the result /assets folder inside the /public folder

Code

I know the code is of poor quality, i'm not a web dev, hopefully it gets improved!