# Extendify Sdk
## Development
### Requirements
|Prerequisite| How to check | How to install |
|--|--| -- |
| PHP >= 5.5.9 | ``php -v`` | [php.net](https://www.php.net/manual/en/install.php) |
|Node.js >= 6.x.x | ``node -v`` |[nodejs.org](https://nodejs.org/en/) |

### Installation
run `composer install`
run ``npm ci`` in the command line for installing packages/dependencies. Or run ``npm update`` for updating dependencies

### Development
- Run ``npm run build`` to run build
- Run ``npm run watch``  to command to compile and watch source files for changes while developing.
