Live App: https://mkwlog.com
MKWLog is a web application for tracking your Mario Kart World time attack progress. Record lap times, manage character/vehicle combinations, and analyze your racing performance across all circuits.
- Track time attack records for all Mario Kart World circuits
- Character and vehicle combination management
- Performance analysis and progress tracking
- Personal best time recording
- Framework: Nuxt 3
- UI: Nuxt UI + Tailwind CSS
- Icons: Nuxt Icon
- Images: Nuxt Image
- Fonts: Nuxt Fonts
- SEO: Nuxt SEO
- Language: TypeScript
- Package Manager: Bun
- Node.js 18+ or Bun runtime
- Git
- Clone the repository:
git clone https://github.com/cram0/mkwlog.git
cd mkwlog- Install dependencies:
# Using Bun (recommended)
bun install
# Or using npm
npm install
# Or using pnpm
pnpm install
# Or using yarn
yarn installStart the development server on http://localhost:3000:
# Using Bun (recommended)
bun run dev
# Or using npm
npm run dev
# Or using pnpm
pnpm dev
# Or using yarn
yarn devBuild the application for production:
# Using Bun
bun run build
# Or using npm
npm run build
# Or using pnpm
pnpm build
# Or using yarn
yarn buildLocally preview the production build:
# Using Bun
bun run preview
# Or using npm
npm run preview
# Or using pnpm
pnpm preview
# Or using yarn
yarn preview├── assets/ # Stylesheets and other assets
├── public/ # Static files (images, icons, etc.)
│ ├── characters/ # Character images
│ ├── circuits/ # Circuit images
│ └── vehicles/ # Vehicle images
├── server/ # Server-side code
├── app.vue # Root Vue component
├── nuxt.config.ts # Nuxt configuration
└── package.json # Dependencies and scripts
Contributions are welcome! Please feel free to submit a Pull Request.
The source code is open source and available under the MIT License.
Note: Nintendo-owned assets (character, circuit, and vehicle images) are not covered by this license and remain the intellectual property of Nintendo Co., Ltd. See LICENSE.md for full details.
This project is not affiliated with, endorsed by, or sponsored by Nintendo Co., Ltd. Mario Kart is a trademark of Nintendo Co., Ltd. All character images, circuit images, vehicle images, and other Mario Kart-related assets are used under fair use for educational/fan project purposes.