Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 284 Bytes

b4bz.io

Source code of https://b4bz.io. Just a simple personal page build with Gridsome and Bulma.

Start the local dev server

yarn install
yarn develop

Build for production

yarn install
yarn build