You should have yarn to setup.
# Clone
git clone -b vuepress [email protected]:geekhub-lab/geekhub-lab.github.io
# Install packages
yarn install
# Run dev server
yarn docs:devWhen 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
vuepressbranch - When done,
rebaseormergetodeploy - Push to remote
deploybranch - Auto build and deploy will be processed
deploybranch is protected. Only @mingrammer can push to this branch now. If you need to push todeploybranch, please contact me.