# Payzli UI

## Initialize & build

1. install all dependencies `yarn install`
2. run project `yarn start` ( this will build and run code in watch mode )
3. checkout to `/example` directory and run example project `yarn start`

## Publish library

1.  upgrade the version in package.json
2.  create build `yarn build`
3.  publish library using `npm publish`
    Note: you need to login npm in your cli and also you need npm package collaborator access.

        - login to npm - run `npm login` in terminal.

### Delo Link

https://jagan-payzli.github.io/payzli-ui-demo/
