You should have yarn to setup.
# Clone
git clone -b vuepress git@github.com:geekhub-lab/geekhub-lab.github.io
# Install packages
yarn install
# Run dev server
yarn docs:dev
When you rebase
or merge
the vuepress
to deploy
branch, the CircleCI will auto deploy the static blog to master
branch. Using rebase
is recommended rather than merge
.
Steps:
- Working on
vuepress
branch - When done,
rebase
ormerge
todeploy
- Push to remote
deploy
branch - Auto build and deploy will be processed
deploy
branch is protected. Only @mingrammer can push to this branch now. If you need to push todeploy
branch, please contact me.