Elkamali Portfolio - Minimal GSAP Astro Theme

Welcome to my portfolio website, Elkamali, built with TailwindCSS and GSAP. This site embraces Neobrutalist Web Design, focusing on simplicity and functionality.

зображення

Usage

To create a new Astro project using this theme, follow these steps:

  1. Use the GitHub Template:

  2. Clone the Repository:

    • Clone the newly created repository to your local machine using the following command:
     git clone https://github.com/Marve10s/MyAstro-Portfolio
     cd **your-new-repo-name**
    
  3. Install Dependencies:

    • Install the necessary dependencies by running:
      npm install
      
  4. Development:

    • To start the development server and see your changes live, use:
      npm run dev
      
  5. Build:

    • To build the project for production, run:
      npm run build
    
  6. Preview:

    • To preview the built project, use:
      npm run preview
    

Built with Astro