Skip to content

Commit

Permalink
Add documentation how to locally translate spec changes from bikeshed…
Browse files Browse the repository at this point in the history
… to HTML (#396)

Closes #392
  • Loading branch information
mbrodesser-Igalia committed Jan 15, 2024
1 parent 177fad3 commit ab8413c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ab8413c

Please sign in to comment.