Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 778 Bytes

File metadata and controls

41 lines (27 loc) · 778 Bytes

Editing

Requirements are written in Markdown and transformed to HTML using the Bikeshed preprocessor.

Generate HTML

Using Docker

To view HTML output locally (using a Docker container), run:

make spec

and open the index.html file:

open index.html

Alternatively, to update the HTML every time you make changes to the source document:

make watch

Without Docker

When Docker is not available on your machine use the web target which uses a cloud based Bikeshed processor

make web

and open the index.html file:

open index.html