Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 245 Bytes

DOCS.md

File metadata and controls

29 lines (19 loc) · 245 Bytes

Documentation

Development

Install packages

npm install

Update contributors:

npm run contributors
# make commit

Deploy

# on master branch
npm run build

git switch gh-pages
cp dist/* .

# make commit and push