slimtoolkit / slimtoolkit.github.io

0 stars 1 forks source link

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