# WP SALSIFY BRIDGE Plugin

WordPress Plugin for [Multidots](https://www.multidots.com/)

### Requirements

`WP SALSIFY BRIDGE` requires the following dependencies:

-   [Node.js](https://nodejs.org/)
-   [NVM](https://wptraining.md10x.com/lessons/install-nvm/)

## Build Process

**Install**

Check for Proper node version

```bash
cd assets
nvm use
```

Install Dependency

```bash
npm install
```

**During development**

```bash
npm start
```

**Production**

```bash
npm run build
```
