Personal portfolio made with Pug and Sass
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run start
# build for production with minification
npm run build
npm run add-icon "https://fontawesome.com/icons/user?style=solid"
Icons to download and add to the project can be configured, just add the Font Awesome URL icons to
scripts/included-icons.json
and run the following code:
npm run update-included-icons