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.
-
Cloning and entering the repository
git clone git@github.com:ImVictorM/Me.git && cd Me
-
Install dependencies
npm install
-
Start the application
-
To start in development mode:
npm run dev
-
To start in production mode:
npm run build && npm run preview