Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 534 Bytes

Development.md

File metadata and controls

42 lines (30 loc) · 534 Bytes
layout title published Author add toc add sidebar
docs
Development
2022-06-06
Kevin Frey
false
_sidebars\mainSidebar.md

Set up

Pull repository and navigate to root folder.

npm install

run locally

npm run dev

build

npm run build

publish to npm

Increase version in package.json.

npm publish --dry-run
npm publish

If this should not work, for example package is not in the npm registry, try npm login first to login to an account with release rights.