Go to file
2024-04-21 18:44:13 +02:00
app Announce incoming maintenance changelog and allow admin page (maintenance/kickall) to specific PID 2024-04-21 16:42:16 +02:00
components Now show mii names in Gatherings 2023-07-11 06:07:14 +02:00
helpers Add time trial rankings to mk8 website 2024-04-08 07:13:59 +02: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.sh Initial release 2023-07-01 22:21:59 +02:00
example.app.config.ts Added everything (gathering/tournaments/home/apis) 2023-07-06 22:58:29 +02:00
middleware.ts Fix middleware 2 (final) 2024-04-21 18:44:13 +02: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!