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
yarnto install project dependencies - Run
yarn buildto create static site files inside of /docs/src/.vuepress/dist directory - Run
yarn devto start a local dev server on localhost:8080
- Create new md file in
/docs/srcdirectory - Add a sidebar link to it in
/docs/.vuepress/config.jsfile, inthemeConfig.sidebarsection
Thanks to Github Actions the site is deployed to Github pages automatically when something is pushed to master branch.