Docs for verza.io platform.
The documentation is built with Docusaurus.
To set up the documentation site locally, follow these steps:
# clone & checkout
git clone [email protected]:verzaio/verza-docs.git
cd verza-docs
git checkout dev
# install
npm install
# run
npm run dev
Open http://localhost:8081 with your browser.