A modern Vue 3 frontend application for the CrossRealms competition platform.
- Node.js (v18 or higher)
- npm or yarn
- Docker and Docker Compose (for containerized deployment)
-
Clone the repository:
git clone https://github.com/mohamedabdallah20/crossrealms-competition-frontend.git cd crossrealms-competition-frontend
-
Install dependencies:
npm install # or yarn install
-
Start development server:
npm run dev # or yarn dev
-
Access the application:
- Development: http://localhost:5173
- Production build preview: http://localhost:4173