My personal intro/portfolio site hosted by GitHub Pages. You can find it by navigating to https://ingridcrant.github.io/.
- Clone this repository
- Run
npm i
to install all dependencies
Run npm run open-my-html
to view the local HTML page
- To make styling changes, modify css/portfolio.css
- To make content changes, modify index.html
NOTE: You will have to reload the page to see changes