Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 779 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 779 Bytes

Portfolio

A portfolio build using HTML, CSS, SCSS, JS and Parcel to display my projects and current skills.

Feel free to use this for your portfolio,

Tech Stack

Client: HTML, CSS, SCSS, Parcel, JS

Demo

https://www.elidvenega.com/

Installation

 git clone https://github.com/elidvenega/elidvenega_portfolio.git
 # Remove the current origin repository
 git remote remove origin
 cd elidvenega_portfolio
 npm install
 # It will be on localhost:3000
 npm run dev

Acknowledgements

This portfolio was build using the simplefolio template from zero to mastery. I'll provide the link to anybody who wishes to use the same template.

https://github.com/cobiwave/simplefolio

Authors