Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.72 KB

README.md

File metadata and controls

65 lines (48 loc) · 1.72 KB

Me - Victor Mendes

💡 Project Context

This is my personal portfolio, inspired by the Fallout Pip-Boy theme.

I also used these 2 amazing portfolios as inspiration, Brittany Chiang's portfolio here and Lars Olsom's portfolio here.

project demonstration

🧰 Main technologies

styled components badge typescript badge react badge

🛠 Running the application

  1. Cloning and entering the repository

    git clone [email protected]:ImVictorM/Me.git && cd Me
  2. Install dependencies

    npm install
  3. Start the application

  • To start in development mode:

    npm run dev
  • To start in production mode:

    npm run build && npm run preview