Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 300 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 300 Bytes

Sentinel Website

Build

npm i -g docsite
  • Clone the website repository and local install:
cd sentinel-website
npm i
  • Local preview
docsite start
  • Build the website
docsite build