Skip to content

waldur/waldur-docs

Repository files navigation

waldur-docs

Prerequisites

In order to run this project locally, make sure that Poetry is installed on your system.

Local deployment

  1. Install mkdocs and plugins

    poetry install
  2. Start mkdocs server

    poetry run mkdocs serve

You can access the site on http://127.0.0.1:8000.