All commits made to this project on master
are automatically built and deployed to https://hybrid.guzzler.dev.
This project is built using Vuepress. The text for each page is located in the docs directory, and all configuration is in the docs/.vuepress directory.
If you'd like to build it locally, do the following:
- Clone the repo
- Install the dependencies via either Yarn or NPM. (Example:
yarn install
). - Run the dev for hot-swapping.
yarn docs:dev
.
You can also fully build the results with yarn docs:build
.