# Magazine Blocks
Craft your beautifully unique and dynamic Magazine, Newspaper website with various beautiful and advanced posts related blocks like Featured Posts, Banner Posts, Grid Module, Tab Posts, and more.

## Get Started with Development
* Clone this plugin in your setup by clicking green "Code" button on the top of this repo
* `cd` to the `magazine-blocks`
* Run `npm run setup`

### Useful Commands
- `npm start` or `npm run start` or `yarn start` - Watch and compile SASS, JS
- `npm run build` - Compile SASS, JS
- `composer dump-autoload` - Regenerates the list of all the classes that need to be included in the project
- `npm run prepare-prod` -  Prepare file for production
- `grunt compress` - Create a zip file of Magazine Blocks
- `grunt release` - Perform all necessary actions like create pot file, compile CSS & JS, minify files etc., and generate zip ready to release
