# Installation instructions for development

These instructions apply to you if you have:

- downloaded the plugin's raw source code zip files from GitHub
- cloned the plugin's source code from GitHub
- deleted the plugin's `vendor/` or `assets/js/vendor` directories

You will need the following prerequisites:

- [composer](https://getcomposer.org/)
- [bower](https://bower.io/)

To install this plugin after acquiring the source code:

- Run `composer install`
- Run `bower update`
