Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 531 Bytes

File metadata and controls

17 lines (11 loc) · 531 Bytes

kbind.dev

This repository contains the Hugo files for kbind.dev, the official website of the kbind project (formerly known as kube-bind).

Development

To set up a local development environment, make sure to have git, npm and hugo available. After checking out the repository, make sure dependencies and submodules are pulled:

$ npm ci && git submodule update --init

Afterwards, run hugo and visit localhost:1313:

$ hugo serve