Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 342 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 342 Bytes

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.