## Project setup ``` yarn install ```
npm install topological-constructor
yarn install
`$3
`
yarn run serve
`$3
`
yarn run build
`$3
`
yarn run test
`$3
`
yarn run lint
`$3
See Configuration Reference.$3
`
Make sure the working directory is clean
git add -A
git commit -m "Changes"
Increment semantic version with npm
npm version patch -m "Bump the version number"git push --follow-tags
If not loged
npm adduser
npm login#else
npm run build:npm
npm publish
``