Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 439 Bytes

DEVELOPMENT.md

File metadata and controls

32 lines (23 loc) · 439 Bytes

Development

Prerequisites
  • jq
    • macOS: brew install jq
    • Windows: choco install jq
    • Ubuntu: sudo apt install jq
  • Make
    • macOS: xcode-select --install
    • Windows: choco install make
    • Ubuntu: sudo apt install make

Serve

Serve docs at http://localhost:1313

make serve

Build

make build

Clean

make clean