Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 496 Bytes

File metadata and controls

18 lines (12 loc) · 496 Bytes

K3s Website

Build Status

Running for development/editing

The rancherlabs/k3s-website:dev docker image runs a live-updating server. To run on your workstation, run:

  ./scripts/dev

and then navigate to http://localhost:9002/. You can customize the port by passing it as an argument:

  ./scripts/dev 8080