First iteration of my portfolio. This is a place where everything about me, my projects and skills can be found. This website isn't just my portfolio, but also a personal project in and of itself. I think I've grown quite a bit as a developer & engineer, so I wanted to create something to showcase some of what I've learned and done.
To run Portfolio v1 locally, follow these steps:
-
Clone the repository:
git clone https://github.com/pvlvstepan/portfolio-v1.git cd portfolio-v1
-
Install dependencies (Node.js v12 or higher, but not higher than v16 is required):
npm install
-
Start the development server:
npm start
-
Open your web browser and navigate to
http://localhost:3000
to access the application.
This project is licensed under the MIT License - see the LICENSE file for details.