# ParOne Wordpress Plugin

Video player and playlist integration for WordPress


## Installing

1. To use these exercise files, you must have the following installed:
   - WordPress
   - Node and NPM
2. Clone this repository to the `/wp-content/plugins/` folder of your local WordPress installation using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
3. Run `npm install` in terminal to install dependencies.
4. Run `npm run start` to start the development process.
5. In WordPress, activate the "ParOne Blocks" plugin.

## Exporting
1. Build the JS and CSS files
2. Delete the `node_modules` folder
3. Zip the plugin folder
4. Install on a remote wordpress installation
