Skip to content

jayzces/resume

Repository files navigation

Netlify Status

Personal Resume

Source Code for LouiseHermosa.com resume page.

preview

For Development

The following must be installed globally

  • npm i -g bower - Bower to rewrite dependencies in bower.json
  • npm i -g gulp-cli - Gulp CLI to run Gulp 4
# install dependencies
npm install
npm run bower

# compile files, run local server, and watch files for changes
gulp develop

For Production

npm install && npm run prod

Then serve dist/ folder.