Go to file
Rambo6Glaz 10ccdf590b
Merge pull request #3 from angeloanan/feat/home-use-next-image
Optimize home page's carousel images
2024-04-23 14:48:15 +02:00
app feat: set first carousel image to be priority load 2024-04-23 19:07:02 +07:00
components Add temporary toast to explain error codes that may be encountered during MK8 2024-04-23 11:32:18 +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!