@striven-erp/striven-tooltip
Version:
Striven Tooltips UI
42 lines (27 loc) • 638 B
Markdown
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
```