## Development

[//]: # (Note: this part should be identical with the end.md)

Clone this repo, then:

```shell
# install
npm i

# run dev server
npm run dev
```

### Publish

```shell
# build
npm run prod

# test package before publish
npm pack

# publish package (search & replace old version number)
npm publish
```

### Contribute

Feel free to submit new issue or create a pull request.

Branches:

- `main`: for publishing (handled by Netlify at https://easy-popup.netlify.app/)
- `staging`: for development deploy (handled by GitHub Pages at https://viivue.github.io/easy-popup/)
- `gh-pages-staging`: for deploying staging branch

## Licence

MIT (c) 2023 ViiVue.

---

[![docs](https://badgen.net/badge/icon/EasyPopup?icon=github&label=GitHub&color=6495ED&scale=1.2)](https://github.com/viivue/easy-popup)
[![viivue](https://badgen.net/badge/Made&nbsp;with&nbsp;&#x2665;&nbsp;by/ViiVue/f0ca05?scale=1.2)](https://github.com/viivue)
[![powered by](https://badgen.net/badge/Powered&nbsp;by/Wellii/blue?scale=1.2)](https://github.com/phucbm/wellii)