Skip to content

luanpanno/portfolio

Repository files navigation

🚀 My own portfolio

Netlify Status

👋 About

Portfolio created with Next.js, stylized by using styled-components and internationalization with next-i18next. Available in Portuguese and English.


🔧 How to start the project

First of all, you need Yarn to run this project. Click here to see how to install Yarn

  1. Install the project dependencies by running the following command:

    yarn
    
  2. Start the project by the following command:

    yarn dev