Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 301 Bytes

DOCS.md

File metadata and controls

36 lines (24 loc) · 301 Bytes

Documentation

Development

Install packages

npm install

Add gitmojis:

npm i -g gitmoji-cli
gitmoji -c

Update contributors:

npm run contributors
# make commit

Deploy

# on master branch
npm run build

git switch gh-pages
cp dist/* .

# make commit and push