This is my portfolio built with Next.js to show more about myself and my abilities. You can check out it at www.jaimeadf.com.
# Clone the repository and navigate to its directory.
git clone https://github.com/jaimeadf/portfolio && cd portfolio
# Install the dependencies.
yarn install
# Run the development server.
yarn dev
# Open http://localhost:3000 with your browser and check the results.