## Installation ``` cd mysite.com/wp-content/plugins git clone git@github.com:davekiss/aceblocks.git cd aceblocks npm install npm start ``` ## 👉 `npm start` - Use to compile and run the block in development mode. - Watches for any changes and reports back any errors in your code. ## 👉 `npm run build` - Use to build production code for your block inside `dist` folder. - Runs once and reports back the gzip file sizes of the produced code.