Requirements are written in Markdown and transformed to HTML using the Bikeshed preprocessor.
To view HTML output locally (using a Docker container), run:
make specand open the index.html file:
open index.htmlAlternatively, to update the HTML every time you make changes to the source document:
make watchWhen Docker is not available on your machine use the web target which uses a cloud based
Bikeshed processor
make weband open the index.html file:
open index.html