Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 485 Bytes

This is the Unikraft Documentation website

It's the https://unikraft.org website for the latest version of Unikraft and KraftKit.

Building and testing locally

yarn install

yarn run dev

Using Docker

docker build -t ghcr.io/unikraft/docs:base --target base .

docker run -it --rm -v $(pwd):/docs -w /docs -p 3000:3000 --entrypoint sh ghcr.io/unikraft/docs:base

yarn run dev