# Clash of Clans Portfolio – Astro Edition Welcome to your professional Clash of Clans–themed portfolio, built with [Astro](https://astro.build/)! This site features a custom animated homepage, stylish navigation, and a modern, game-inspired design. ## ✨ Features - **Professional Visuals**: Custom styles, themed colors, and polished layout. - **Island Treasure Map**: Interactive map page with a dark brown island theme, visible red "X" for the start, old ships, coconut trees, and a treasure chest. No legend for a cleaner look. - **Responsive Design**: Works great on desktop and mobile. - **Easy Navigation**: Navbar with quick access to the map and other pages. ## πŸš€ Getting Started Clone this repo and install dependencies: ```sh git clone cd my-website npm install ``` Start the local development server: ```sh npm run dev ``` Visit [http://localhost:4321](http://localhost:4321) to view your site. ## πŸ“ Project Structure ```text / (root) β”œβ”€β”€ public/ β”‚ └── favicon.svg β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ assets/ # Images and SVGs β”‚ β”œβ”€β”€ components/ # Reusable UI components (e.g., Navbar) β”‚ β”œβ”€β”€ layouts/ # Layout wrappers β”‚ └── pages/ # Site pages (index.astro, map.astro, etc.) β”œβ”€β”€ package.json └── README.md ``` ## πŸ§‘β€πŸ’» Scripts | Command | Action | |-------------------|-------------------------------------------| | `npm install` | Install dependencies | | `npm run dev` | Start local dev server | | `npm run build` | Build your production site to `./dist/` | | `npm run preview` | Preview your build locally | ## πŸ“¦ Deployment Build your site for production: ```sh npm run build ``` Preview the production build: ```sh npm run preview ``` ## 🏝️ Credits - Built with [Astro](https://astro.build/) - Inspired by Clash of Clans visuals --- For more info, see the [Astro documentation](https://docs.astro.build/).