Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 365 Bytes

BUILD.md

File metadata and controls

11 lines (6 loc) · 365 Bytes

To build a rendered version of the spec from a local copy of the repository, do this from within your repository's directory:

One-time setup to install the tools:

  • npm install

To render, use the build script in package.json:

  • npm run build

The result will be in out/index.html (which is prevented from creeping into commits via a .gitignore rule).