Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 353 Bytes

Developing

Run

npm ci

to install the dependencies.

npm start

will start a local web server and continuously build the documentation as you make changes.

Deploying to github pages

To update the gh-pages branch and in turn publish to your repository run

npm run deploy