Live version available at viks.tech
This project serves as a portfolio website for Viktor Stojanov. I hope you have a great time here.
To run this project on your local machine first you need to:
- Clone or fork this repository;
- Navigate to the repository folder;
- Open Git Bash;
- Install dependencies with 'npm install';
- To run in development mode type: 'npm start'
- For a production build run "npm build"