This repo is home for the codebase that powers my entire website and shelf of articles.
-
Run
yarn serve
for development: Simultaneously kicks offvue-cli-service serve
for the homepage Vue app andgridsome develop
for the shelf app. -
Run
yarn build
for production: Simultaneously runsvue-cli-service build
for the homepage Vue app andgridsome build
for the shelf app, and then merges the twodist
directories into a rootdist
.
Copyright (c) 2019-present Olaolu Olawuyi. All rights reserved.
The code, design and articles in this repository are intellectual property of the individual mentioned above (unless otherwise stated) and as such CANNOT be copied, modified, sublicensed or redistributed without permission from the author.