Read in another language: Українська, English.
Personal portfolio website showcasing my skills, projects, and experience. It is developed using:
- Clone the repository:
git clone https://github.com/labattaria/portfolio-frontend.git- Install project dependencies:
cd portfolio-frontend
npm install- Start the next-dev-server using the following command:
npm run devServer will be located at http://localhost:3000/
- To build an optimized version of the project, run the following command:
npm run buildThe built files will be located in the .next directory.