rubyelders.com

setup

yarn install

start dev server

yarn run server

build

yarn run build

manual deploy (push to gh-pages)

yarn run build
yarn run deploy

Usually there is no need for manual deploy. master branch is automatically deployed by GitHub actions.