Live preview: https://jeffelini.github.io/personal-site
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
To publish to Github Pages, run:
yarn pages