Welcome to my portfolio website, Elkamali, built with TailwindCSS and GSAP. This site embraces Neobrutalist Web Design, focusing on simplicity and functionality.
To create a new Astro project using this theme, follow these steps:
-
Use the GitHub Template:
- Go to the Elkamali Portfolio Template.
- Click on the "Use this template" button to create a new repository from this template.
-
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**
-
Install Dependencies:
- Install the necessary dependencies by running:
npm install
- Install the necessary dependencies by running:
-
Development:
- To start the development server and see your changes live, use:
npm run dev
- To start the development server and see your changes live, use:
-
Build:
- To build the project for production, run:
npm run build
-
Preview:
- To preview the built project, use:
npm run preview