The KUDO web site is build using VuePress.
In the root of the project, run
yarn install
yarn docs:devThe output will inform you about the address the site is served (usually http://localhost:8080).
Please follow the documentation guidelines, which are pretty high level for now.
Events are rendered from markdown pages located in the events folder. The format is documented here.
Custom components that you should consider using when writing documentation are described here.