<a href='https://www.suku.world/'><img src="https://uploads-ssl.webflow.com/645eee67f84b330beef86b9f/64b6d399a1bb722dbd3f7d86_Suku%20Logo%20Black.svg" width="200"></a>

<br>

## Description

A simple package for maintaining and sharing code bases between the CE and the WebApp.

<br>

## Installation

```console
$ npm install 
```

<br>

## How to Publish

First create a build, since we publish the dist folder with:

```console
$ npm run build
```

And then: 

```console
$ npm publish 
```