## Clone Dev Repo

```bash
git clone --branch dev https://github.com/springdevs/wc-essential-addons.git
```

## Clone Modules

```bash
git submodule init
```

```bash
git submodule update
```

## Pull latest of submodules

```bash
git submodule update --recursive --remote
```
