# Scripts and Styles Manager

This the frontend for the "Scripts and Styles Manager" plugin

## Install and run locally

in the root of the folder run:

`yarn install` to install the packages
`yarn run` to run the frontend

## Build the frontend

In order to build the frontend of the plugin and use it you need to run:

`yarn build` to build the frontend

then copy the css and js files from the generated `dist` folder to the plugin's directory:

`scripts-and-styles-manager.css` should be copied to `scripts-and-styles-manager/assets/css`

`scripts-and-styles-manager.js` should be copied to `scripts-and-styles-manager/assets/js`
