rishinair11 / kuttl.dev

Context for https://kuttl.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KUTTL Website

The KUTTL web site is build using VuePress.

Building the site locally

In the root of the project, run

yarn install
make build
yarn docs:dev

#or make local-run target calls yarm docs:dev
make local-run

The output will inform you about the address the site is served (usually http://localhost:8080).

Via Docker

You can choose to install and run the above dependencies in a Docker container instead, if you do not wish to pollute your local environment.

First, build the development image with:

make docker-build

And then run VuePress in a container from this image by doing:

make docker-run

Documentation Guidelines

Please follow the documentation guidelines, which are pretty high level for now. The KUTTL docs current follow the KUDO guidelines and processes. See http://kudo.dev for more details.

About

Context for https://kuttl.dev

License:Creative Commons Attribution 4.0 International


Languages

Language:Vue 59.5%Language:Stylus 30.9%Language:JavaScript 5.6%Language:Makefile 3.6%Language:Dockerfile 0.3%Language:Shell 0.2%