Skip to content

RyanLafferty/lafferty.io

Repository files navigation

laffery.io

Continuous Deployment

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Deploys production build to gh-pages branch

yarn deploy

Lints files

yarn lint:fix

Lints and fixes files

yarn lint:fix

Lints styling files

yarn stylelint

Lints and fixes styling files

yarn stylelint:fix

Lints all files

yarn lint:all

Lints and fixes all files

yarn lint:fixall

Customize configuration

See Configuration Reference.