/personal-site

A portfolio site to show-off my experiences and projects

Primary LanguageVue

Personal Site

Live preview: https://jeffelini.github.io/personal-site

Project setup

yarn install  # installs dependencies
yarn serve    # compiles and hot-reloads for development
yarn build    # compiles and minifies for production
yarn lint     # lints and fixes files

Github Pages

To publish to Github Pages, run:

yarn pages