# CONTRIBUTING

Anyone is welcome to contribute to the Striven Tooltip package. Please note that some pull requests can not be merged that don't fall in line with the general purpose of the package for within Striven.

Assume all commands are run in the top-level of the repo.

## Install Dependencies

```sh
$ npm install
```

```sh
$ cd demo && npm install
```

## Symlink Development Package

```sh
$ npm link
```

```sh
$ cd demo && npm link @striven-erp/striven-tooltip
```

## Start Webpack

Run webpack in watch mode.

```sh
npx webpack -w
```

## Run the demo

Use this app to begin developing

```sh
cd demo && npm run serve
```
