A web-based soundboard application that allows you to play various unit sounds from the classic real-time strategy game Empire Earth directly in your browser.
- Unit Sounds: Browse and play audio clips of various units from Empire Earth.
- Modern UI: Built with Next.js, React 19, and styled using Tailwind CSS and shadcn/ui.
- Responsive Design: Optimized for both desktop and mobile viewing.
- Framework: Next.js (App Router)
- Library: React 19
- Styling: Tailwind CSS v4
- Components: shadcn/ui & Radix UI
- Icons: Lucide React
- Language: TypeScript
Ensure you have Node.js installed (version 20 or later recommended).
-
Clone the repository:
git clone https://github.com/amaitu/Empire-Earth-SoundBoard.git cd Empire-Earth-SoundBoard -
Install dependencies:
npm install
Start the development server:
npm run devOpen http://localhost:3000 with your browser to see the application.
To create an optimized production build:
npm run buildYou can then test the production build locally with:
npm run startContributions are welcome! If you have additional sound files, improvements, or bug fixes, feel free to open an issue or submit a pull request.