Allied-Intel is a web application built with Nuxt 4 that provides real-time server statistics and server browsing for Medal of Honor: Allied Assault games, including the main game (MOHAA), Spearhead (MOHAAS), and Breakthrough (MOHAAB).
The application fetches data from the 333networks API to display server lists, player counts, and detailed server information.
- Server Browser: Browse active servers for MOHAA, MOHAAS, and MOHAAB.
- Real-time Stats: View global player and server counts.
- Server Details: Inspect specific server details including player lists and settings.
- Modern UI: Built with Tailwind CSS for a responsive and clean interface.
- Framework: Nuxt 4
- UI Library: Vue 3
- Styling: Tailwind CSS
- Icons: Heroicons
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run previewThis project is open source.