This repo is used for creating a static website for Vivify Ideas coding style guides for various tech stacks. The implementation itself has been achieved through the use of VuePress and the site is deployed to Github pages.
- Clone the repository
- Run
yarn
to install project dependencies - Run
yarn build
to create static site files inside of /docs/src/.vuepress/dist directory - Run
yarn dev
to start a local dev server on localhost:8080
- Create new md file in
/docs/src
directory - Add a sidebar link to it in
/docs/.vuepress/config.js
file, inthemeConfig.sidebar
section
Thanks to Github Actions the site is deployed to Github pages automatically when something is pushed to master branch.