https://elir94.github.io/portfolio/
- Please do let me know if you find any areas of improvement I am very happy to receive feedback
- This is a frontend project creating a web app to display all of my projects.
- I will be refactoring some already known improvements and adding some new features in the coming weeks
- First you will require:
Node.js v22.3.0
with this version as minimum requirement - Clone this repo using command
git clone https://github.com/EliR94/portfolio.git
- Run
npm i
in your terminal to install all of the required npm dependencies for this project - Run
npm run dev
to view the locally hosted web app