# Leaft map block for Gutenberg

The objective of this project is an alternative in Google Maps to include maps in the WordPress content, for this I take advantage of the new capabilities of the Gutenberg editor

I use leaflet for maps and as a search engine to algolia

## Goals

- Easy way to add maps inside contents of WordPress
- Is free and no need to use any api key
- TODO: Provide of hooks for customizer

# Setup

Download this folder inside your plugins directory

```
cd /wp-content/plugins/leaflet-map-block/
npm install
npm start
```

For generate compressed files

```
npm run build
```

Feel free to tweet and say 👋 at me [@goiblas](https://twitter.com/goiblas/)