mirror of
https://github.com/PretendoNetwork/mario_kart_8_website.git
synced 2025-12-22 10:25:29 -05:00
No description
| app | ||
| components | ||
| helpers | ||
| public | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc.json | ||
| compile_proto.bat | ||
| compile_proto.sh | ||
| example.app.config.ts | ||
| middleware.ts | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
MK8 Pretendo website
Instructions
- Rename
app.config.example.tstoapp.config.tsand 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!