From ab8413c967b3796487c6aead023d4017a4d0a3b3 Mon Sep 17 00:00:00 2001 From: Mirko Brodesser <129945747+mbrodesser-Igalia@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:01:07 +0100 Subject: [PATCH] Add documentation how to locally translate spec changes from bikeshed to HTML (#396) Closes #392 --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d527304..42865c7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,14 @@ Contributions to this repository are intended to become part of Recommendation-t [Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate in the relevant W3C Working Group or make a non-member patent licensing commitment. +# Locally translating spec changes from bikeshed to HTML + +1. [Install bikeshed](https://speced.github.io/bikeshed/#install-final). +2. `cd spec && bikeshed serve` +3. Open `http://localhost:8000/` in a browser to view the translated HTML. + +# Other + If you are not the sole contributor to a contribution (pull request), please identify all contributors in the pull request comment.