Website Developed for the BTUI'24 Organized by RCCS.
Our web project, Halo Waypoint, aims to immerse fans into the iconic world of Halo Games & Series. As a comprehensive gaming introduction website, we've meticulously crafted a digital experience that seamlessly blends the excitement of the Halo games with the captivating storytelling of the Halo series. We've designed a visually stunning and user-friendly interface that captures the essence of the Halo universe.
| Hosted Website Link | https://halowaypoint.vercel.app/ |
|---|---|
| GitHub Source Code | https://github.com/randeepajayasekara/Halo-Waypoint |
| Step | Instruction |
|---|---|
| Prerequisites | |
| 🔴 Node.js and npm | Ensure you have Node.js and npm (or yarn) installed. Download them from: https://nodejs.org/en |
| 🔥 Firebase CLI | Install the Firebase CLI globally: npm install -g firebase-tools (Optional for development only, not needed for public access) |
| Cloning the Repository | |
| ⭕ Create a directory | mkdir halo-waypoint && cd halo-waypoint |
| ⭕ Clone the repository | git clone https://github.com/randeepajayasekara/Halo-Waypoint.git |
| Installing Dependencies | |
| 🟩 Navigate to project directory | cd halo-waypoint |
| 🟩 Install dependencies | npm install |
| Running the Development Server | |
| 🔲 Start development server | npm run dev |
| Building for Deployment | |
| 🛠️ Build the project | npm run build |
| 🔧 Preview the built project (Optional) | npm run preview (Specific command may vary.) |











