# Smart Post Sync Plugin

Smart Post Sync allows users to effortlessly set up and manage API connections, syncing data directly into WordPress posts. This plugin simplifies the integration process, enabling you to pull data from external sources and automatically create or update posts on your website.

### Requirements

`Smart Post Sync` 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
```