Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 571 Bytes

File metadata and controls

39 lines (25 loc) · 571 Bytes

Development Guide

Dependencies

Install

Install everything needed to get going.

just install

Build

Build site and book then output everything to the dist directory.

just build

Clean

Clean build artifacts.

just clean

E2E Test

Builds and serves the site/book locally then runs E2E test against it.

just verify-local