Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1 KB

File metadata and controls

43 lines (26 loc) · 1 KB

P4PER

publish

The repository for P4 Project Enhancement Requests (P4PERs).

Read P4PERs

Visit https://p4lang.github.io/p4per/.

Build P4PERs locally

Prerequisites

With Docker (recommended)

This is recommended because you get exactly the same environment used for CI.

Without Docker

Commands

./dev.sh runs commands inside the dev container. Without Docker, omit ./dev.sh and run the commands directly.

Preview the site locally with live reload:

./dev.sh zensical serve --dev-addr 0.0.0.0:8000

Build the site:

./dev.sh zensical build --clean