# HQ Rental Software WordPress Plugin

The HQ Rental Software plugin allows you to easily set up the reservation process on your website.
Once you install the plugin, connect it to your HQ account, and set up your reservations page,
your customers will be able to make reservations which will show on your HQ account.

## Development

Many tools have been added to this repository, you just need to spin up `docker-compose` by running:

`make dev`

and you will be able to install dependencies `composer install`

After dependencies have been installed, you will be able to run `lint` or `lint-fix` to fix code style issues,
simply run:

`make lint` or `make lint-fix`
