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/
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/amonsalv/portfolio-amonsalv-me.git
- Navigate to the project directory:
cd portfolio-amonsalv-me
- Install the dependencies:
npm install
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 |
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
For more details on the project, check out the documentation or join our community for support and discussions.
This project is licensed under the MIT License. See the LICENSE file for more details.