This is my personal portfolio website built using VitePress. It showcases my projects, skills, and contact information.
- VitePress
- Vue.js
- CSS
- About Me Section: A brief introduction about myself.
- Projects Section: Displays a list of projects I have worked on, including the project name, technologies used, and a brief description.
- Contact Me Section: Information on how to reach me.
- Clone the repository:
git clone https://github.com/melloirl/vitepress-portfolio.git
- Navigate into the project directory:
cd vitepress-portfolio
- Install the dependencies:
npm install
- Run the VitePress development server:
npm run dev
The website should now be accessible at the informed port.
The site is deployed on GitHub Pages. To deploy your own version, follow these steps:
- Build the site:
npm run build
- Push the
dist
directory to thegh-pages
branch of your repository.
npm run deploy
This project is open source and available under the MIT License.