Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 292 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 292 Bytes

PUBLISHING

Setup

Install dependencies:

npm install (or `npm ci`)

Generate Static Site

npm run generate

Publish Static Site to gh-pages

npm run deploy

note: npm run deploy may delete CNAME and .nojekyll, which need to be restored