Skip to content

amonsalv/Portfolio-Astro

Repository files navigation

Ana Monsalve's Portfolio

Welcome to the repository for Ana Monsalve's portfolio. This portfolio showcases my projects and web development skills.

🌐 View the Website You can view the live version of the portfolio at: https://portfolio-amonsalv.netlify.app/

🚀 Getting Started

Follow these steps to set up the project locally:

  1. Clone the repository:
    git clone https://github.com/amonsalv/portfolio-amonsalv-me.git
  2. Navigate to the project directory:
    cd portfolio-amonsalv-me
  3. Install the dependencies:
    npm install

🧞 Commands

Run the following commands from the project root to manage development and deployment:

Command Action
npm install Install dependencies
npm run dev Start the development server
npm run build Build the production site
npm run preview Preview your build locally before deploying

📁 Project Structure

The project structure is as follows:

.
├── .gitignore
├── package.json
├── public/
│   ├── assets/
│   └── backgrounds/
├── README.md
├── src/
│   ├── components/
│   │   ├── CallToAction.js
│   │   ├── ContactCTA.js
│   │   ├── Footer.js
│   │   ├── Grid.js
│   │   ├── Hero.js
│   │   ├── Icon.js
│   │   ├── MainHead.js
│   │   ├── Nav.js
│   │   ├── Pill.js
│   │   ├── PortfolioPreview.js
│   │   ├── Skills.js
│   │   └── ThemeToggle.js
│   ├── content/
│   │   └── work/
│   ├── layouts/
│   │   └── BaseLayout.js
│   ├── pages/
│   │   ├── 404.js
│   │   └── ...
│   ├── styles/
│   │   └── ...
│   └── index.js
└── types.d.ts

📚 More Information

For more details on the project, check out the documentation or join our community for support and discussions.

📄 License

This project is licensed under the MIT License. See the LICENSE file for more details.