Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 911 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 911 Bytes

Portfolio Website

This is my portfolio website built with Next.js and deployed on Vercel. It showcases my projects, skills, and experience.

Demo

You can view the live demo here

Features

  • About page with information about me, my skills, and experience
  • Responsive design
  • Projects page with a list of my projects and descriptions
  • Contact page with a form for contacting me

Deployment

This website is deployed on Vercel. Any changes pushed to the main branch of the GitHub repository will trigger a new deployment.

Getting Started

To get started with this project, you can clone the repository and install the dependencies:

## Clone repository
git clone https://github.com/EnzoVieira/portfolio.git
cd portfolio

## Install dependencies
yarn
## or
npm i

You can then start the development server:

yarn dev
## or
npm run dev